jql using Jira Portfolio Themes

eXtensi Admin February 2, 2016

Hi on my portfolio plan I've got:

(Initiative) + (Portfolio Theme)

   (Epic)

       (Story)

              (SubTask)

 

And now I need to create an agile board with swim lanes mapped to the Portfolio Themes.

Using Links Hierarchy plug-in I can see the relationship.

image2016-2-2 12:34:44.png

 

The top level task represents initiative which is assigned to a portfolio template.

The JQL should do the following:

"get initiative, all related epics, all stories including stories WHERE initiative->PortfolioTheme = 'XYZ'"

 

Another question is how to propagate "Portfolio Theme" to "Epic/Theme" field?

 

At the moment I had to create a custom field representing the Theme and enforced it for the user

So my swimlane query has to use ScriptRunner and looks like this....

 

project in ("Portfolio") AND

("Custom Theme" in ("some theme")  OR

issueFunction in subtasksOf("\"Custom Theme\"=\"some theme\"") OR

issueFunction in linkedIssuesOf("\"Custom Theme\" in (\"some theme\")", "is epic of") OR

issueFunction in linkedIssuesOf("\"Custom Theme\" in (\"some theme\")", "relates to") )

 

 

3 answers

0 votes
Alan Williams November 28, 2018

I think the problem is that themes are unique to a given portfolio plan.  I don't think Atlassian has a way to identify different "Theme" fields in Jira yet.  There is probably a change request out there somewhere for it to vote on.

Renni Verho March 6, 2019

This may be thing what you are looking : https://jira.atlassian.com/browse/JPOSERVER-525

0 votes
René Tobies _demicon_ December 13, 2016

+1

0 votes
Stewart Whitman August 2, 2016

+1 Looking for the answer on this as well.

Suggest an answer

Log in or Sign up to answer