Forums

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

JIRA Kanban board swim lanes using cascading custom filed

mittapalli m
Contributor
April 24, 2019

I have cascading custom field and i would like to create a swim lane for each value like 10 values in the field and 10 swim lanes in the kanban board.

Thank you.Area and Feature Set.png

1 comment

Comment

Log in or Sign up to comment
Carlos Garcia Navarro
Community Champion
April 25, 2019

Hi mittapalli,

You can use this JQL:

customfield in cascadeOption(parentOption,childOption)

E.g, I created a field "my cascade OFun" with options:

parent Option: "Uno" with child Options: "Eins", "Zwei", "Drei"

Then, my JQL queries are:

"My cascade OFun" in cascadeOption(Uno,Eins)

"My cascade OFun" in cascadeOption(Uno,Zwei)

"My cascade OFun" in cascadeOption(Uno,Drei)

 

Hope it helps,

Carlos

TAGS
AUG Leaders

Atlassian Community Events