Getting this message:
Query shows for that issue shows all done, all resolved (Can't show all on one snip, but all issues are DONE and Done/Resolved:
Query for sprint shows all issues DONE and Done/Resolved:
Sprint report also shows all issues done:
Scrum Board shows all issues done:Yet look at column settings (2 snips) - what are these issues and how can I find them?
Welcome to the Atlassian Community!
Your first screenshot is the one that tells us where to look. The issue it points to in there has sub-tasks that are not in the last column on your board, and hence it is in an inconsistent state that Jira needs you to clarify. The issue itself may be set to done, but that's wrong if some bits of it are not done - you need to re-open it to reflect the actual status, or mark all the fragments of it as done.
My second screenshot shows that all sub-tasks under that issue are in status done and have a resolution is done. Sub-tasks are not on the board. Board filter does not include sub-tasks. You can see from my last two screenshots that there are no unmarked statuses.
There is a condition that parent cannot be marked done until all sub-taksks are done.
Am I missing something in your reply?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you are missing anything in my reply, but your update does tell us what the problem is.
Specifically: "Sub-tasks are not on the board"
To be recognised as done, an issue has to be in the last column on the board. If you've excluded the sub-tasks from the board, then you're not telling Jira that they are done, so it has to assume they are open, and hence their parent is in a nonsense state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand what you are saying. Actually, I cannot get sub-tasks to show on the board.
The filter is project = UPCREWPRO and issuetype in ("QA Defect", Development). Both of those issue types are story level. (I have other boards for other issue types/different scrum teams. )
I set the swimlanes to be based on stories, but sub-tasks are not showing, and even swimlanes based on stories are not showing.
Cloud does not accept nested queries, so I can't write a query to filter sub-tasks of issues in another query.
Maybe I am missing something else!
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need any nesting of filters or board configuration, you just need to include the sub-tasks in the "and issuetype in" clause.
The easiest way to do this is probably to change
... and issuetype in ("QA Defect", "Development") ...
to
... and ( issuetype in ("QA Defect", "Development") or issuetype in subTaskIssueTypes() ) ...
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.
NVM - I somehow resolved this - ANSWER ACCEPTED!! Sub-tasks are showing and all in the far right column. Now sprint is showing in Active sprints, but cannot select COMPLETE SPRINT. and can't start a new sprint. Also can't reopen sprint from Sprint Report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @page.partain ,
What does the filter look like that is 'behind' this scrum board. If you search for issues with this filter and then indicate in the filter that you only want to see issues in status Open or In Progress and Sprint = Goldfish Sprint Dev1 .
What issues do you see?
regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marco,
Filter for the board is project = UPCREWPRO and type in (development, "QA Defect").
Issue query for sprint and those statuses :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same filter, issues in the sprint and the status open or in progress
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.