How can i create a Quickfilter Reported by me

Daniel Schneider September 24, 2015

My company want the quickfilter Reported by me, but without thereself assigned issues.

We tested:

assignee not in (currentUser()) AND reporter in (currentUser))

-> but than we just see the byself assigned issues.

 

Can someone help us?

1 answer

0 votes
Vijay Khacharia
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.
September 24, 2015

Hi,

Did you try this?

assignee != currentUser() and reporter = currentUser()

Vijay.

Suggest an answer

Log in or Sign up to answer