Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we use specific branch name to update relevant issues in jira? #350

Open
shrutiaggarwal3012 opened this issue Jun 18, 2021 · 2 comments
Labels

Comments

@shrutiaggarwal3012
Copy link

Feature Request

I there any way we can apply this rule to update jira tickets for particular git branch and specific jira status?

Screenshot 2021-06-18 at 5 05 08 PM

@shrutiaggarwal3012 shrutiaggarwal3012 added the feature Release Drafter label label Jun 18, 2021
@rantoniuk rantoniuk added guidance and removed feature Release Drafter label labels Jun 21, 2021
@rantoniuk
Copy link
Contributor

Hi @shrutiaggarwal3012,

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.

@shrnetomi
Copy link

Hi @warden

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants