-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
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.
Originally reported by
benkletzine, imported from: ChangeLogSet.Entry does not expose getComment to get entire commit message
- assignee:
vrnsky
- status: In Review
- priority: Minor
- component(s): core
- label(s): newbie-friendly, stalled-pr
- resolution: Unresolved
- votes: 2
- watchers: 4
- imported: 2025-11-24
Raw content of original issue
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.
Reactions are currently unavailable