Issue Key Extractor is not compatible with multi-line messages
Description
Environment
Every JIRA and Jenkins version is effected
Activity
Show:

Mark Rekveld July 9, 2015 at 12:26 PM
Oke thanks. It may be that just like the commit Id the message is also different per changeset implementation.
I'll have a loot into this.

Imre Rácz June 17, 2015 at 3:40 PM
I have found the cause of the problem. When you fill the changeSet from the json result in RestCommunicator class msg field is used instead of comment field.
changes needed:
s/build.getChangeSet().add(new ChangeSet(commitId, optJsonString(item, "msg")));/build.getChangeSet().add(new ChangeSet(commitId, optJsonString(item, "comment")));
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created June 10, 2015 at 9:36 PM
Updated November 12, 2015 at 5:12 PM
Resolved November 12, 2015 at 2:00 PM
Zoom
The regular expressions used to locate issue keys within a commit message seems to be limited to single-line messages.
See review from the Marketplace