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
The selector selects the issues basing on the comments from the git changelog, so yes, it can take them from any branch you set the build for. For the specific Jira status, I don't know what do you want to achieve, but you might want to look at workflow or release actions or on JQL selector.
Thanks for the reply, but the problem I am facing is I want to update all the issues from git changelog only when
jira status = "dev complete" and branch = "develop" | "master".
If I apply JQL query, where status = "dev complete" it will apply to all the issues (including issues not present in git changelist), so is there any way in JQL which select only the issues in git changelog and also can provide git branch selector in it?
Feature Request
I there any way we can apply this rule to update jira tickets for particular git branch and specific jira status?
The text was updated successfully, but these errors were encountered: