jira find all issues assigned to a user by me

Karthika November 16, 2016

Hi,

Could you please help to find all issues assigned to a user by me. some else created/reported the issue and i have assigned to some one else. thanks.

1 answer

1 accepted

1 vote
Answer accepted
Sam Hall
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 16, 2016

Hi Karthika,

Try the following JQL in an advanced issue search:

assignee changed BY currentUser()

If you want to find issues you assigned to a specific user (in this example, user being jade.jones), you can do:

assignee changed TO jade.jones BY currentUser()


Sam

Karthika November 17, 2016

That's great. Many thanks Sam.

Sam Hall
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 17, 2016

Glad to help.

Suggest an answer

Log in or Sign up to answer