Skip to content

[JENKINS-49202] ChangeLogSet.Entry does not expose getComment to get entire commit message #22542

@jenkins-infra-bot

Description

@jenkins-infra-bot

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions