Hi all,
I want to see what issues have been added before the sprint was started. Basically the commited items. How can I do that?
I can see them in the sprint report. The ones added after the sprint started have a small star that say "Issue added after the sprint was started". Basically all the ones that do not have the * sign are the ones I'm interested in.
Thank you
I believe you would need an addon like Scriptrunner for this. With this addon you could leverage the addedaftersprintstart to get what you wanted.
You could adopt a manual procedure by adding a label to all issues just before starting sprints.
as you said you can see this in the sprint report too
Thank you! I will look into both options and follow up on them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The lable worked but it's quite manual.
I'm trying the script runner. From what I understand it should just work. This is my JQL filter
issueFunction in addedAfterSprintStart("Board1", "Sprint1")
I get this error:
Field 'issueFunction' does not exist or you do not have permission to view it.
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.