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!
I have used your automation, but the issue created through automation is not getting linked to main issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.