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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.