You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
Oh, in that case the solution is what @Craig Nodwell answered!
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.