Support for user groups/lists in JQL queries

Oleg Beletski September 9, 2012

Hi,

I would like to reuse the same list of users across multiple stored filters. Is that possible in JIRA?

e.g filter one: assignee was in ( name1, name2, name2) and ...

filter two: assignee in ( name1, name2, name2) and ...

I would like to update user list only in one place, naturally.

Thanks,

Oleg

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
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.
September 9, 2012

Define a filter as assignee in ( name1, name2, name2). Then use that filter in the other filters.

filter = "Filter Name"

or

filter != "Filter Name"

Oleg Beletski September 9, 2012

Yep, we are using "assignee in ( name1, name2, name2)" as a filter, the problem is that there is not way to build "assignee WAS in" request from it.

I understand that

filter != "Filter Name"

Address the current state of JIRA and not the past assignees

Jobin Kuruvilla [Adaptavist]
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.
September 9, 2012

Oh yes, WAS IN wouldn't work with this. Didn't notice that part!

Suggest an answer

Log in or Sign up to answer