I have a portal where users can submit a ticket. When the ticket is changed to the "Approved" status, an automation creates an issue on our software board.
Note: The software workflow's initial status is "Board Review".
Goal: There are some issues, that we are giving a specific label, that will need to skip that step and go straight to "Backlog".
The automation is creating the issues on the software board, but I cannot get it to change the status to "Backlog" when it has the specific label (I am using the if block condition).
Things I've tried:
Since #2 worked, it leads me to believe that I don't have the correct trigger which is why I attempted #3 and #4. Any advice or suggestions would be greatly appreciated.
I'm assuming you're using Automation for Jira.
Can I confirm the logic is:
If yes, please see below.
---
The rule will look something like this:
---
A few notes about this rule:
---
Let us know if this works for you!
Ste
Your logic is correct.
Oh goodness, I knew it was going to be something simple. I didn't make it global!
Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community!
You can use the project automations and use the 'Field value changed' trigger.
Select the field 'Label' for 'Fields to monitor for changes' and 'Edit issue' for the 'For' option.
Add additional condition to check for correct issue type.
Then select the 'Transition issue' as the 'New action' component and select the appropriate status you want to transition to (in this case 'Backlog').
Note that the workflow should have the transition from the current status to 'Backlog' when the automation rule is triggered.
Hope this helps.
Thanks,
Vamsi
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.