Hi,
I've a use case which the following are the steps:
1. Incoming webhook
2. Find issue based on pull request (we're putting jira id as part of pull request title)
3. Transitioning
a. if issue is in `Ready for Review` transition it to `In Review`
b. if issue is in `In Review` transition it to `Ready for QA`
Please advice on what would be the best possible flow for automation
Hi,
this kb should help you to learn how to read the json fron the webhook.https://confluence.atlassian.com/jirakb/working-with-incoming-webhook-data-in-automation-for-jira-1125878776.html
Then you will need to lool for the issue using a variable (smartvalue) and make the transition.
Hi @Mohamed Benziane , if I use lookupIssues + (JQL in branch rule/related issues), I'm not able to use if else condition for 3a & 3b. Is there a better way to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.