Can I filter on just issues that i am reporting on and that are not assigned to me?

Darren Webster
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!
November 7, 2018

All information on filtering that is not obvious in the application is welcomed.

1 answer

1 accepted

0 votes
Answer accepted
Grigory Salnikov
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 Leaders.
November 7, 2018

Hi @Darren Webster and welcome to our Community!

Please, try to use the following JQL:

project = <projectname> AND reporter = <username> AND assignee != <username>
Grigory Salnikov
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 Leaders.
November 7, 2018

Or, if you're logged in as the user in question (I suppose you are):

project = <projectname> AND reporter = currentUser() AND assignee != currentUser() 
Like Darren Webster likes this
Darren Webster
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!
November 7, 2018

Thanks Grigory, much appreciated!

Grigory Salnikov
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 Leaders.
November 7, 2018

You're welcome, Darren.

Have a nice day :)

Suggest an answer

Log in or Sign up to answer