Hello,
I created 2 automations to update the Epic story point field with the sum of its story points after an update on one of the stories. One of automation is to update the story point field and the other (with a different filter) is to update a custom field "story points done" on the Epic.
This is working fine but I would like a manuel trigger to cover less frequent scenarios that will not be managed by my automations : moving a story from epic to another, deleting a story, etc.
This manual trigger will take a group of Epics (found by JQL based on the fix version field) and for each epic do the same sums to update the fields.
I'm not sure how to do that with the lookup and/or branch feature of JIRA automation.
Any idea?
Matthieu
Hi @matthieugd
This is more challenging as you cannot nest branches or directly call one rule from another...however you can trigger one rule from another to do this. How about this:
By the way, for your edge cases you may not need the manual rule for clean-up/catch-up. Instead if you can find a way to catch the event with a trigger then you could also add the same trigger comment to have the epic update.
Best regards,
Bill
Thank you Bill, I will give a try !
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.