Hi Everyone,
I am downloading Better excel after every sprint end to prepare the sprint metrics for the team, and I can't find a way how to identify tickets added in the sprint after the start date in the Excel. Is there any way out there to understand the scope change?
In Jira I use the JQL issueFunction in addedAfterSprintStart(Board id, sprint id) and in this way I see the added tickets, but I am looking for a way to download the excel of the whole sprint and identify there how many stories/hours are added or descoped.
I do not have the "addedAfterSprintStart" function, does someone have another query to do this i can use?
Please try below to download issues from a specific sprint -
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Kishan Sharma , when exporting i cant see in the csv which tickets were added after sprint start date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes the report will only give you all the issues that are included in the sprint. You mentioned you use JQL issueFunction in addedAfterSprintStart(Board id, sprint id)- so you can export the results of that JQL in csv and then do VLOOKUP in excel to know which issues were added after the sprint start date. I know a bit of manual work here, but it gives you the result you want.
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.