The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Refer to list of assignees?

borge.haga@ciber.no
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2021

With team changing participants at regular intervals it's a pain when many of my filters need to refer to the frequently updated list of participants in team.

Is it possible to somehow define a list of team members and then refer to that list in JQL searches instead of listing everybody for each filter?

E.g.

assignee not in (doc,grumpy,happy,sleepy,bashful,sneezy,dopey)

...vs...

assignee not in (team1)

Defined list:
team1:doc,grumpy,happy,sleepy,bashful,sneezy,dopey

In that way filters could stay as they are, and all I need to do is to maintain the defined list.

Jira v7.4.2

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jack Brickey
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 Champions.
May 10, 2021

Have you considered setting up a group and simply manage the group user administration. Your filter can refer to the group

borge.haga@ciber.no
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 12, 2021

assignee IN membersOf("team1")

Where team1 is a defined group solved it.
Thanks!