Hi,
Greetings!
I am looking for an option to find the Previous Sprint() and Current Sprint() details
As to how many were there and it's not the spill over once i do "Complete Sprint" all the Issues which are in the previous sprint gets moved to the current sprint
And want to check the query if there is one
Current-Previous only the past 1 sprint and not the previous old sprints
And right now there is only one option when we do "Complete Sprint" all the existing Issues in the current sprint will get moved to the next sprint
Want to check on this if any one is having a better solution for this
Thanks,
Vj
Hi @Vijay S V ,
I guess you can use Agile JQL function like :
issueFunction in previousSprint(Board Name)
You can use previousSprint to shows all issues that are members of the last completed sprint, (in)completeInSprint(BoardName, Sprint Name) to show issues (in)completed in the named sprint...
As I understand, your request is to get all incompleted issues before "Completing Sprint" and having another sprint? So incompleteInsprint should help you.
Hope it helps !
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.