ChangeLogSet.Entry does not expose getComment to get entire commit message

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

            Assignee:
            Egor Voronyansky
            Reporter:
            Ben Kletzine
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: