Does anyone know if it is possible to use JQL to find out how many times an issue has been reassigned?
Hi VegasMick,
JQL doesn't have the ability to "count" anything - you would have to grab that kind of data from the JIRA database.
You can specify a past assignee in JQL, which will show you if an issue was assigned to a particular user at some point:
assignee was "username" and issueKey is XXX-YYYY.
-Simon
Thanks Simon,
This would give me some of the information I am seeking, but it's not practical to implement. I appreciate the suggestion though.
I'll chalk this up as "currently not possible" using JQL.
I think there might be some plugins which do this sort of thing, but I can't justify the cost for this one purpose though.
Cheers, Mick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.