I want to see a list of the jira's, any one I've ever worked on or transisioned from one status to another.
Hello,
You can use historic JQL. For example,
assignee was currentUser()
or
status changed from onestatus to anotherstatus by currentUser()
assignee was, worked perfectly, thank you !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If my answer helped you, kindly mark my answer as accepted.
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.