Hi all,
is there a way to show subtasks in the active sprint? I'm able to see only task issues.
Thanks
Paola
Hi @Paola Jafrancesco welcome to the community. If you base your swimlanes on Stories the sub-tasks will show. Another solution would be to include them in your filter query for the board. Swimlanes based on stories is easier :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you could solve it using a sub-query!
I mean a JQL something like this:
parent = subquery("sprint in activeSprints()")
Basically you collect the sub-tasks whose parent is in an active sprint.
Subqueries are not available in the built-in JQL syntax, but there are multiple apps that provide it. I think ScriptRunner is one of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aron, thanks for the answer but my point is that I'd like to see them in the "Active Sprints" view
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.