Jira Agile / JQL: Select all project and swimlanes by (all) user

Ander Land October 6, 2013

Hello,

is possible (JQL) to select all Projects for a Kanban board.

project = * does not work, is not allowed.

I can only create endless lists like

project in ("Sample Kanban Project", "auto 2016", "Beta") ORDER BY Rank ASC

Currently, I am unable to select all available projects (Wildcards?) and creates swimlanes for al all users.

Is there any option.

Thank you.

-a

2 answers

1 accepted

3 votes
Answer accepted
Ander Land October 7, 2013

Thank you.

ORDER BY Rank ASC

works fine. I thought I have to select all projects (usind a Wild card).

-a

1 vote
RicardoA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 6, 2013

Hi Ander

If you want to order by rank all the issues in all projects, you just need to search for: ORDER BY Rank ASC

If you want to order in a specific board, you need to use the project in ("xxx","yyy") because one board in Agile can be related to one project or more.

Hope it helps,

Ricardo Carracedo.

Suggest an answer

Log in or Sign up to answer