Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Swimlanes based on Themes

stephan_lewis
Contributor
August 16, 2024

In the same manner that you can have swimlanes organized by Epics on a Board is there a way to have this same behavior for a Theme?

I tried creating a few custom Queries but was not successful.

Any ideas?

1 answer

1 accepted

2 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2024

Hello @stephan_lewis 

You can only do that by using Queries for swimlanes.

You then need to construct a JQL for each Theme individually to get all the issues under that Theme; i.e.

issues in portfolioChildrenOf(THEME-1)

issues in portfolioChildrenOf(THEME-2)

etc.

stephan_lewis
Contributor
August 16, 2024

I tried using it and got a message

 

Field "issues" does not exist or you do not have permission to view it.

 

I'm running the Enterprise version of Jira with Advanced Roadmaps. I can query by Themes with out a problem. Not sure why I wouldn't have the "issues" field. Is this one of those ScriptRunner fields? I do have ScriptRunner as well - but not sure if would apply in this case.

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2024 edited

My bad - typo. That should be issue - singular. And quotes may be needed around the Theme issue key.

EDITED: I'm on a roll. Used the wrong function name also.

https://support.atlassian.com/jira-software-cloud/docs/search-for-advanced-roadmaps-custom-fields-in-jql/#Child-issues

issue in portfolioChildIssuesOf("THEME-1")

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2024

I'm on a roll - used the wrong function name also. I edited my previous answer.

stephan_lewis
Contributor
August 16, 2024

That worked and also gave me both the Epics and the Tasks.

 

I tried a variation that only gave me the Tasks (which I think is what I want for my board).

Parent IN (portfolioChildIssueOf(“DQMS-313”)) only shows the Tasks

 

either way I'm on a roll thanks to Trudy

 

Like Trudy Claspill likes this
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2024

You can also restrict what you get thus:

issue in portfolioChildIssuesOf("THEME-1") and issueType=Task

rajeswari saravanan February 9, 2025

Hi @stephan_lewis / @Trudy Claspill 

I have a similar issue where we use Theme as higher hierarchy then epic,

we use cloud!

Like in every board we do have epic panel, when clicking it,issues will display under epic. As same I need to configure when clicking theme (issues under it) need to be displayed.

using below jql i need to specify the theme issue but is there a way to get all the issue under theme

 

issue in portfolioChildIssuesOf("THEME-1")

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 10, 2025

Hello @rajeswari saravanan 

The JQL you have will work to get all child issues at all levels under THEME-1 assuming you are using a Premium or Enterprise version of Jira Cloud. Note that is child issues, not generically linked issues.

If that is not working for you, please start a new question providing the full details of your scenario and an explanation and evidence to demonstrate how it is failing to work.

Like rajeswari saravanan likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events