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: 
  • Community
  • Q&A
  • Jira
  • Questions
  • I want to create a filter based on incoming jira assignment done by some specific users. Is it possi

I want to create a filter based on incoming jira assignment done by some specific users. Is it possi

Mahendra Guru
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!
October 17, 2019

Hi,

This is my first question to atlassian community. Hoping for some response. 

We have recently few new service desk team members. I want to keep an eye on jiras assigned by them. (from incoming newly created jiras) Is it possible to make such filter? 

For example : We get hundreds of new jiras everyday. I want to keep an eye on Jiras assigned by users 'x' and 'y' to any department. 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jack Nolddor [Sweet Bananas]
Atlassian Partner
October 21, 2019

Hi Mahendra Guru

You should have a look to the CHANGED operator then.

assignee CHANGED BY "agent1" OR assignee CHANGED BY "agent2"

You can also do:

assignee CHANGED TO "user1" BY "agent1"


(Note: This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.)

Regards

0 votes
Ravi Sagar _Sparxsys_
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.
October 18, 2019

Hi @Mahendra Guru 

Yes you can use simple JQL like this.

assignee = agent1

or 

assignee in (agent1, agent2)

To get familiar with search functionality you can go to the Issue Navigator and use basic search.

Ravi

Mahendra Guru
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!
October 18, 2019

.. I want to keep an eye on jiras assigned by them. Not assigned to them. Any newly created ticket will be without any department. So if 'x' member takes any actions on  jiras then I want to keep record of all those jiras.