Details
-
Type:
Improvement
-
Status: In Review (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
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.
Attachments
Issue Links
- relates to
-
JENKINS-49143 When Updating JIRA Comments mentionedInCommitStrategy does not pick up on JIRA not specified on first line of commit
-
- Open
-
Seems to be a quick-win improvement