-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
JIRA plugin 3.0.15
Jenkins LTS 2.235.5
I want to update status of all Jira issues that are part of the build as detected by git scm but it seems like there is no way of doing it using JiraIssueUpdateBuilder.
JiraIssueUpdater class supports scm where it automatically detects all issues which are part of the build by reading scm commit messages.
Is there already a way to get same behavior using JiraIssueUpdateBuilder instead of passing a JQL ?