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.
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.