Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JIRA - Resolved by me query

Tags:

jira

How to write query that will select only issues resolved by me.

I have found some old post that says its no possible, but it might have changed.

like image 300
IAdapter Avatar asked Aug 30 '11 06:08

IAdapter


People also ask

What does != Mean in JIRA Query?

The " != " operator is used to search for issues where the value of the specified field does not match the specified value. (Note: cannot be used with text fields; see the DOES NOT MATCH (" !~ ") operator instead.)


1 Answers

Use next JQL: status was resolved by "username"

like image 160
CJ Teuben Avatar answered Nov 14 '22 01:11

CJ Teuben