Hi all,
My automation works well as far as the following goes:
XS = 50 hrs. or less
S = 51-100 hrs.
M = 101-250 hrs.
L = 251-500 hrs.
XL = 501 hrs. or greater
Issue is that the T-Shirt size does not get adjusted accordingly after the story is 'Canceled' we only see the summation of the story points get adjusted accordingly, but the T-Shirt size field does not update.
How can I ensure that the T-shirt size field updates appropriately after story points are subtracted at the epic level—specifically when a story with the status 'Canceled' alters the total story points? While the story points are updating accurately, the problem is that the T-shirt size isn't reflecting the change after the summation adjusts due to a 'Canceled' story. The T-Shirt size value just does not update.
This is my automation below, please let me know what I am doing wrong.
Hi @Rita Arellano ,
From what I've got from the question above, you would like to sum all story points from issues under the epic and 'exclude' stories that are in status 'Canceled'.
On the first glance here, shouldn't Lookup issues contain JQL such as
"Epic Link" = {{issue.key}} AND status != "Canceled"
As with the current query, you'll always include everything under that particular parent/Epic, including stories that are in 'Canceled' status.
Cheers,
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.