Hello,
I'm currently using Jenkins v1.634 and Mantis plugin v0.26. When I try to use the following regex pattern
/(.*)(issue|bug|fix)\s?(:|#)?\s?(:|#)?(\d+)(.*)/gi
https://regex101.com/r/cE5mT1/2I got the following message in the build log - "[MANTIS] No issues have been found in the changelog.". Did I miss something?
P.S.
comment message for the commit was - "Fixed issue #2. Some comment"
Thanks in advance