Hello,
How I can get all tickets with their subtasks displayed in the KANBAN board using the 'committed sprint' attribute.
this 'committed sprint' attribute does not exist in 'Sub-Task' tickets.
Thanks
If you want to group all stories (with sub-tasks) by "committed sprint" on your Kanban board in Jira, you may need to adjust your board configuration. Here's an alternative solution you can try:
Create a Filter:
project = Project ABC AND sprint = "Committed Sprint Name" AND issuetype in (Story, Sub-task)
Replace "Project ABC" with the key of your project and "Committed Sprint Name"
with the name of your committed sprint.
Configure Your Kanban Board:
Group by "Committed Sprint":
sprint = "Committed Sprint Name"
By following these steps, your Kanban board should group all stories and their sub-tasks by the "committed sprint" as per your requirement. If you encounter any issues or need further assistance, feel free to ask!
Thanks ,
Geethanjali
Hi @kchouk mehdi ,
welcome to the Atlassian Community!
Thanks,
Geethanjali
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello,
thanks for your answer.
but the solution:
Doest not work.
because i would like group all stories (with sub-task) by "committed sprint".
Another solution ?
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.