You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using the jira plugin version 3.2 on Jenkins 2.267.
And the plugin documentation isn't clear on how to make the jira plugin update automatically jira issues, during a jenkins build based on commit messages.
I configured the plugin as described in the documentation. I am able to get the Jira Issues and the jira release versions, with the Jira Release Version Parameter and the Jira Issue Parameter. So that means my Jira plugin configuration is ok.
In the plugin configuration i checked the Update Relevant Jira Issues For All Build Results checkbox.
And
I am using a pipeline with a stage containing the JiraIssueUpdater step which seems to be what you talking about:
Before that step, i used the git log command to print some commits, with jira issue keys in them.
Does the plugin read the output of the git log ? Or does it scan the branches specified in the scm section of the step to update relevant issues? If so, i have no errors indicating the plugin wasn't able to use the informations i gave in the scm section of the stage.
Hello,
i'm using the jira plugin version 3.2 on Jenkins 2.267.
And the plugin documentation isn't clear on how to make the jira plugin update automatically jira issues, during a jenkins build based on commit messages.
I configured the plugin as described in the documentation. I am able to get the Jira Issues and the jira release versions, with the Jira Release Version Parameter and the Jira Issue Parameter. So that means my Jira plugin configuration is ok.
I use the jiraComment step
and the JiraIssueUpdater
to update Jira issues. It works fine, but they require the issue key to be explicitly mentionned.
But when i use for example:
The git log displays commit messages with jira keys in them
The issue keys are TJJ-2 and TJJ-1 but those issues aren't updated automatically, no comments are created in them.
My questions are:
Thank you.
The text was updated successfully, but these errors were encountered: