Can Jira filters be concatenated ?

DeniseThompson397 July 22, 2014

I have a spreadsheet with 600 rows, I want to create a filter with all the 600 keys, ie key in ("WR-555, REQ-454, MIG-898......etc up to 600).


At the moment I can only specify about 190, and consequently I have 4 separate filters.

With 4 separate filters I can't aggregate the information in the Dashboard to look at Issue statistics.

Is there a way of concatenating all 4 filters? or allowing me to create a filter with 600 issues specified.

There is no generic way of retrieving the filters, ie by certain criteria. We only have that list.

2 answers

1 accepted

0 votes
Answer accepted
Udo Brand
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.
July 22, 2014

Save your four filters as e.g Filter1, Filter2, Filter3 and Filter4. Then use following JQL:

filter = Filter1 or filter= Filter2 or filter = Filter3 or filter= Filter4

0 votes
Andris Grinbergs
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.
July 22, 2014

I believe the problem is with query length.

Maybe you can add invisible custom field to those issues and mark them there.

Also you may be able to select queries directly from database.

Suggest an answer

Log in or Sign up to answer