Im new to this and couldn't find any resource for my specific question. I have a custom field that was we created called UX/PO/QA Approval. The closest I can find is the Issue Trigger "Field Value Changed" but that doesn't suffice. I want to create a rule that does the following:
If the Epic is in PO/UX Review and the UX/PO/QA Approval has "QA Approval", "UX Approval", and "PO Approval" (All 3), then transition the epic status from PO/UX Review to "Ready To Deploy to UAT".
Hi @Ryan_Smith,
Welcome to Atlassian Community!
The way I would create the automation would be to use the Field value change trigger and use the issue fields condition to check it the UX/PO/QA Approval field has all three values and if that is the case then transition the epic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something like this should do it:
In this example I'm using the labels field, but the principal is the same for your use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That Worked! thanks, I want to add in the condition that will only change if its in PO/UX Review epic status, any suggestions?
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.