-
Improvement
-
Resolution: Unresolved
-
Minor
See https://issues.jenkins-ci.org/browse/JENKINS-49143 for the issue I'm having with jira-ext plugin.
I propose this should get added to the ChangeLogSet.Entry class:
@Exported public abstract String getComment() { return this.comment; }
so I can access it through AbstractBuild in jira-ext.
Perhaps this is not the solution I just need access to the whole commit, not just the first line which is what getMsg or title returns.
- relates to
-
JENKINS-49143 When Updating JIRA Comments mentionedInCommitStrategy does not pick up on JIRA not specified on first line of commit
- Open