My team is looking to into using Jira automation to clean up existing tickets. We are trying to cover the following
For our team, everything is linked to the epic, so fixversion must take the values from the epic. It's time consuming for programmers and tester to go back to "clean-up" tickets. Thus we want to automate these procedures not just for new tickets, but to clean up older tickets. Thus the automation should address tickets in "Closed" status as well.
It seems that the updates are not working. Let's take the first item on the list. The query as follow:
ATTEMPT #1
Run on scheduled every 12 hours
JQL QUERY: issuetype in (bug, story) and "epic link" is not blank
Branch Stories
If ISSSUE TYPE is one of story or bug
And Fixverion is empty
Action
Edit fixversionn copy from epic
ATTEMPT #2
Run on scheduled every 12 hours
JQL QUERY: issuetype in (bug, story) and "epic link" is not blank
If Fixversion is empty
Action
Edit fixversion copy from epic
Expectation update all stories and bugs across status to match the epic fixversion
There is no demo that fits my the this scenario
What does the audit log say about the attempts that you've tried thus far? Have you tried adding audit log actions to determine what step the automation doesn't complete successfully.
https://support.atlassian.com/jira-software-cloud/docs/debug-a-rule/
The automation to close epics when all issues under the epic is not working. I am still working on that. So I decided to focus on building rules that closes stories, tasks etc after a specific release date.
I found out that the automation will only follows the steps suggested by our workflow. I wanted all epics to move to the close status ignoring that if an epic is under a "QA Review" then it must go to "Testing" before a ticket is closed. For now, manually closing epics will continue.
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.
Hey @starryeyes - just checking in with you about this one
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.