Currently, the sprint reports show issues as completed ("Completed Issues" section) only based on the column name.
Is that possible to generate reports displaying all issues with "statusType == Done" as completed?
For instance, please refer to the screenshot below. I'd like my issues with "status == `Code Review`" to be marked as done in the report, together with the issues with "status == Done". Is that possible?
Below are the columns I've being using:
I think there should be a way to pick the status you consider "completed".
I think you'd have to create a jql query report outside of this. The sprint report mapping is based on column mapping.
According to documentation:
Sprint Report — an issue is considered complete (done) when it is in a status that is mapped to the 'successful' (rightmost) column in the column configuration.
A JQL might look like:
project = "Projectname" and Sprint = 461 and (status = done or status = Code Review)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Gregory Van Den Ham. I think your suggestion is on how to make a JQL Query to browse those issues, right?
What I am aiming here is how to get a custom report where I can define what is a completed ticket.
I am not sure if that is something I could only achieve through external JIRA solutions though.
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.
Not really, @Steve Larmon. I'm not using Jira's sprint reports because of that bad flaw of the platform.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2021 and this doesn't seem like a thing yet. Seems like a very obvious feature, please let us customize the queries for the reports.
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.
Isn’t it enough to create a dedicated board for the report you want, where you set both statuses in the Done column?
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.