How to retrieve a list of all commits made for issues with a fixVersion X

francis
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 2, 2012

(I hope the summary says it all)

I need to retrieve a list of all commits made for issues linked to version 1.5 of our plugin, just to understand in what time frame people have been working on the development.

The release report plugin is going in the right direction (listing all the JIRA issues and the version next to it), but it requires some additional massaging to get the information that I need.

What I'm wondering, is there an EQL/JQL statement which would allow me to create that report directly

2 answers

0 votes
Logan G Hawkes
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.
February 20, 2013

Not directly, but you can do it with the Atlassian Command Line Interface. What you want to do is generate a list of Jira issues where fixVersion = version 1.5, then search Fisheye for commits for those issues in a specified time frame and/or code branch.

0 votes
Sergey Svishchev
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.
January 20, 2013

No, fisheye data are not available via JQL; you'll have to query JIRA and Fisheye separately -- https://answers.atlassian.com/questions/110545

Suggest an answer

Log in or Sign up to answer