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

0 votes
Answer accepted
Jack Brickey
Community Champion
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!

Suggest an answer

Log in or Sign up to answer