I want to track the issues when it got spill over to the next sprint or future sprint.
I tried to create an automation rule to capture the "Sprint before change" and "Sprint after change", but I didn't get the right smart values to use it
Can anyone help here?
Hi @Ramesh S
I doubt if this is possible.
But also why, the Sprint field retains all the old sprints an issues was in, so this information is already visible.
The Sprint Report will also provide all information on issues not completed in the sprint.
Hi Marc,
We are handling the development and testing in different phases. We execute the sprint only for development activity and the testing is performed on the future sprints.
So the issues will not reach the done status until the testing is completed.
Due to this we couldn't use the Sprint Report effectively.
So I'm trying to find alternative option to capture the issues spill over to next sprint. Planning to query those issues using filter and track it in the dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ramesh S
Yes, and...to the suggestions from Marc:
While there are changelog fields available to rules when a field-change trigger is used, this will not work correctly for the Sprint field. There are known defects where list fields such as Sprint and Fix Version do not accurately provide the changes to rules, and so suggestions with the {{changelog}} and {{fieldChange}} smart values will not help.
There are two workarounds for this to meet your scenario:
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.
Hello @Ramesh S
In a case before moving to the next sprints, your ticket already has only 1 sprint before the change.
You can use a smart value like this one:
Before {{issue.sprint.first.name}} or {{fieldChange.fromString}}
After : {{issue.sprint.last.name}}
.
But when an issue has more than one sprint, I think it's complicated but not impossible. You need to combine it with smart values using regex (text) or a list of smart values.
Hope this can help :)
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.