Hello people smarter than I!
We've just overhauled our projects and ways of working in Jira and I've set up automation to assist with consistency across projects.
Long story short, I had to change one of the automation rules after feedback from the team that it needed a little tweaking.
Is there a way to run the rule on issues created prior it being tweaked?
Rule details:
When epic is created, automatically create child tasks x 8 with specific summary and descriptions.
This was updated to also include {{triggerIssue.summary}}: in the new child task summary.
So I have a bunch of epics and child tasks that don't currently have the {{triggerIssue.summary}}: and I really don't want to manually update them all.
Does anyone have advice?
@Stacey Telford This appears to work to update tickets that don't already have the epic summary:
It's a manual trigger so make sure you have the right branch JQL and edit values then run from any ticket in the project that doesn't ned to be updated.
Amazing thank you so much, this worked perfectly!
I appreciate you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Generally for a scenario like this, one either changes the rule trigger to scheduled (or creates another rule) to make the "catch things up" changes.
The key is: can you write a JQL statement to identify older issues that need the change in order to create a stopping condition (i.e., all caught up)?
Note I wrote may not be possible...If you can combine JQL and rule conditions, you may be able to work around the JQL limitation.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much Bill! I ended up following Stephen's steps and it worked :)
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.