I have created an automation like when issue transitioned from "Inprogress" to "InQA" a QA ticket will be created and linked to this ticket. But when the parent issue re-opens and it go throughs the flow again from Inprogress to InQA again automation rule creating one more QA ticket. How to restrict this???
Hi @Rahul
It really depends on your business requirements. I mean you can really create a rule like the following:
Let me know if that helps!
Hi @Alex Koxaras -Relational-
I have used your automation, but the issue created through automation is not getting linked to main issue
But you have to add it to the "create issue" component, which I assumed you were doing anyway:
Feel free to change the "is blocked by" to any link type of your liking.
Thank You, it worked!!!
@Alex Koxaras -Relational- I have used your idea stated above, but QA testing ticket is not getting created through automation when any other tickets are linked to that parent ticket
@Alex Koxaras -Relational- the condition should be like
Issues in Linkedissues ({{issue.type in QA Story}})
Then
{{Lookupissues.size}} is less than 1
I don't know how to write this script correctly, just explaining the requirement
It looks like you're new here. Sign in or register to get started.