SQL to count number of issues moved from one project to another

John Dean
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2012

Hello all,

I need to count how many tickets have been moved from one project to another per month.

Does anyone have any SQL that might do this?

I have my own JIRA instance running against MySQL.

Thanks,

John

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
March 7, 2012

You will have to traverse the ChangeItem table and find out the changes where field is project. It has all the other info like oldvalue, newvalue etc. The time I guess is in ChangeGroup table but you can get it by a simple JOIN.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events