Hi!
With a similar bugtraq:url, my bugtraq:logregex is (#\d+) (\d+), i.e.
Message part expression (#\d+)
Bug-ID expression (\d+)
So if a ticket number like #1234 shows in the log message, that will be detected (first regex) and from that just the digits (second regex) will be copied to the Bug-ID field.
At least that is my understanding how it works.
I’d guess you need to read the documentation about the bugtraq:logregex, especially the first part of it, and construct a correct regexp for the format you use.
It looks like the system does unexpected things if you leave the logregex empty.
Regards
Hartmut
I checked my working copy now. There is a property "bugtraq:url" in the root flder of it which contains an URL like:and the pattern is %BUGID%.It is also defined that the Ticked-Id is numerical and at the end
(so pasting/putting text in a field which is numerical as per this definition would be considered
as bug by me - your view may differ).There is no RegEx defined.Ok, the Setting is not set to be applied recursively.