Hi Guys,
Wondering if any clever clogs can help me write a query to sort issues transitioned by a specific JIRA user. I have tried the activity gadget, but I'd like to add more refined criteria using custom fields and specific statuses which the activity gadget does not support, at least not in my JIRA version.
Appreciate anything you can dig up for me.
Thanks,
David
Try something like the following:
status changed FROM "To Do" TO "In Progress" by user
I don't know specifically how to do what you want, but I am guessing you need to check out the WAS operator. Check out the documentation at https://confluence.atlassian.com/jiracorecloud/advanced-searching-operators-reference-765593718.html.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.