I would like to Search JIRA software for any story that I worked on even if I am NOT the current assignee. What field can I use for that?
Try issuetype = Story AND assignee was currentUser()
You can also replace currentUser() with your username.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Charlotte,
you can use this JQL:
assignee was <username>
to get all issues which were assigned to you in the past
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas, Thank you for your help. That is exactly what I need. - Charlotte
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.