jenkinsci / atlassian-jira-software-cloud-plugin

Atlassian Jira Software Cloud Plugin
https://plugins.jenkins.io/atlassian-jira-software-cloud/
Apache License 2.0
43 stars 46 forks source link

pick issue key from commit title #45

Closed nsurendran1991 closed 3 years ago

nsurendran1991 commented 3 years ago

I fixed JENKINS-61185 issue. made code changes to make Jenkins to pick issueKeys from commit message and to send build info into Jira Issue. JiraBuildInfoSenderImpl will use ChangeLogIssueKeyExtractor to get issue keys from commit message.

ghost commented 3 years ago

Can you test this change with a real Jenkins instance?