Hi,
Whenever issue is moved from sprint to another sprint (incomplete issue....) the Sprint field append the sprint the issue was moved to (sprint history..)
Is there a way to to trim the name of the sprint on which the issue was closed and update a customer filed with this value?
For example issue XXX was part of sprints : Sprint1, Sprint2 , sprint5 and closed in sprint 6
I would like to update the custom field "Closed in Sprint" with the value --> Sprint 6
* I can easily update in post function the custom filed ...but I need to extract from it the last sprint.
Thanks,
Gali
Hello Gali,
First make sure to add a vote to the following feature request to add in a JQL function to Jira natively for this to help track interest in the feature:
Then look into ScriptRunner that provide additional JQL functions for Jira and has a previoussprint() JQL that "Shows issues that are members of the last completed sprint".
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.