The board of a project has a lot of reports. For example Sprint report. I would like to know what the filter is that is used here. How can I see this?
Welcome to the community!
Some reports have a link that will take you to the JQL they are using, but for a lot of them, we have to infer them. The sprint report is quite simple - it's based on simply "sprint = x"
The status report has 3 parts:
-completed issues
-issues not completed
-issues removed from sprint
How can filter the issues not completed and removed from sprint?
I would like to know to which other sprint it moved to or did it go back to the backlog?
Can I do this with filters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that would be quite an advanced function to have in your JQL. I'm afraid Jira does not have a function that can find those issues.
Scriptrunner does implement some functions that could help you here, but I'm afraid the ones closest are only possible to use on Server/DC at the moment. The Cloud functions that might help you a bit are documented over at https://docs.adaptavist.com/sr4jc/latest/features/scriptrunner-jql-keywords-functions/enhanced-search-included-functions/agile-functions (which even mentions three Server-only functions that would do what you want!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your reply.
Can you tell me why there is a difference in the field sprint in the list of issues removed from sprint? Some still have the original planned sprint (sprint 1) in that field AND the current sprint (sprint 3). while other issues only have the current sprint in that field, even if they have moved from a previous sprint.
Can I make a filter where I select field "Sprint" with multiple data?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The sprint field contains all the active sprints issues have been in (it doesn't matter if you add an issue to a sprint and then remove it before starting the sprint)
You can filter on sprint, yes, naming them in the field: Sprint in ("sprint 1", "sprint 27", "another sprint")
Or you can use the JQL functions for closedsprints() opensprints() and futuresprints()
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.