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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to configure swimlanes on my Kanban board that uses initiatives as the swimlanes. I can create the JQL query to do this, but it is not linking in the epics, stories, or subtasks that are all orgainzaed under these initiatives. For example, if I have an ititiative called Agile Initiative, with a corresponding Epic called Agile Epic, a story called Agile Story, and a sub-task called Agile Sub-Task for example. All of these issues are linked to each other. When I put the subtask into the In Progress column, the swimlane is not created. The JQL that i'm using is a simple one, issuetype = initiative and issuekey = (the key assigned to the initiative that i'm interested in). When I put the initiative into In Progress, the swimlane is created, but the cascaded issues associated with this issue aren't. Any help I can get would be greatly appreciated.
This happens because a JQL-query restricts the type of tasks to the Initiative, therefore you cannot see the types (epic, task, subtask).
try to create swimlanes under each specific initiative.
Do you have a scriptrunner?
Do I understand correctly that all the epics, tasks, subtasks have a direct connection with the initiative?
For your case, you can create a separate swimlane for Initiative (KEY-1) using the JQL - issueFunction in linkedIssuesOf ("key = KEY-1")
So you will have all issues associated with an Initiative(KEY-1).
Is there a way to use scriptrunner to automate the addition of swimlane queries when a new Initiative ticket is created? For instance, I have my board set up with swimlanes based on Initiatives and their child tickets using queries written as suggested above. Can I use scriptrunner to update new queries in the board if I add a new Initiative?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello :)
I'm also interested to do the same Alsa. Did you find a solution?
Thanks!
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.