Hi all,
I am using agile boards in Jira. I need to get a list of tasks which were added in to the sprint, after the sprint was started. How can I get this list in Jira? (For the moment I can view, tasks completed within the sprint, tasks which weren't completed within the sprint, Issues completed outside of the sprint, issues removed from the sprint)
Cheers,
Hansi
You can check the Sprint Report.
It shows the:
Best regards,
Pedro Felgueiras
You can create a filter in jira to show all the tasks the created after sprint started. here is how i did it
issuetype = Task AND createdDate >= "2020-11-18 08:00" ORDER BY created DESC
The date and time is when you started the sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.