I am in need of a filter/JQL that will provide a list of Jira cases that I have made an update to. The case may not be assigned to me, as it may be assigned to a peer, but I have made updates to that case to assist with the issue.
Dear @Corby Webster,
the search for history information is limited to a couple of fields
(assignee changed BY thomas OR priority changed BY thomas OR resolution changed by thomas OR status changed by thomas) AND updatedDate >= -1w
So long
Thomas
Awesome. Thanks Thomas. Works like a charm.
I changed it to use xxxx changed BY currentUser(), and added another one I stumbled across: commentedBy = currentUser().
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.