jql query for number of times reassigned

Michael Roff
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 15, 2012

Does anyone know if it is possible to use JQL to find out how many times an issue has been reassigned?

1 answer

1 accepted

1 vote
Answer accepted
SimonS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2012

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

Michael Roff
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 18, 2012

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

Suggest an answer

Log in or Sign up to answer