Forums

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

Finding issues with multiple assignees including myself

Jake Banks
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!
February 9, 2022

Hi all,

I am after a list of issues I've worked on, either as the sole/only assignee, or as one of multiple assignees.

This query gets me the issues I was the sole assignee to:

`assignee in (currentUser()) ORDER BY updated DESC`

However, it excludes issues where I am assigned along with other team members.

Any input would be much appreciated.

Thanks, 
Jake

1 answer

1 vote
Jack Brickey
Community Champion
February 9, 2022

If you 'once' were the assignee but now are not....

assignee = currentuser() OR assignee was currentuser()

Jake Banks
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!
March 14, 2022

Thanks Jack. I am after issues I am currently either assigned to as the sole assignee, or as one of N assignees -- I've updated the OP to be a little clearer.

Jack Brickey
Community Champion
March 15, 2022

I do t understand the implementation of "N assignees". Natively Jira has a single assignee concept. Can you explain your implementation that supports multiple assignees?

Suggest an answer

Log in or Sign up to answer