Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49202

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

      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.

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

          Ben Kletzine created issue -
          Oleg Nenashev made changes -
          Labels New: newbie-friendly
          Oleg Nenashev made changes -
          Link New: This issue relates to JENKINS-49143 [ JENKINS-49143 ]

          Oleg Nenashev added a comment -

          Seems to be a quick-win improvement

          Oleg Nenashev added a comment - Seems to be a quick-win improvement
          Oleg Nenashev made changes -
          Issue Type Original: Bug [ 1 ] New: Improvement [ 4 ]
          Gonçalo Fonseca made changes -
          Assignee New: Gonçalo Fonseca [ goncalofonseca ]
          Gonçalo Fonseca made changes -
          Assignee Original: Gonçalo Fonseca [ goncalofonseca ]
          Egor Voronyansky made changes -
          Assignee New: Egor Voronyansky [ vrnsky ]
          Egor Voronyansky made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Egor Voronyansky made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]

            vrnsky Egor Voronyansky
            benkletzine Ben Kletzine
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: