JIRA Kanban board swim lanes using cascading custom filed

mittapalli m 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 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Carlos Garcia Navarro
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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