How can I search for a list of people (my team)

Shay Naveh October 26, 2019

Hi

 

I want to do the following query:

project = "MyProject" AND IfInMyTeam

 

Where IfInMyTeam is a list of people whom reporting to me.

Or alternatively, if I can set a group of people and then re-use this group in multiple search queries.

 

Thanks

3 answers

2 accepted

0 votes
Answer accepted
Avinash Bhagawati _Appfire_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 26, 2019

Hi @Shay Naveh ,

To create groups in jira you need to have jira administrator permission. 

Managing Global Permissions in Jira and Creating groups in Jira

Thanks,

Avinash

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 26, 2019

Hi Shay,

are you looking for a list of issues assigned to members of your team for your project? If so then...

  1. create a group (e.g.myteam) that includes all members of your team - Jira settings > user management > groups > create group and add members
  2. create and save a filter e.g. - project = myproject and assignee in membersOf("myteam")
0 votes
Shay Naveh October 26, 2019

Sounds reasonable...

 

However, I can't find this option in the proposed path

Suggest an answer

Log in or Sign up to answer