(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
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.
No, fisheye data are not available via JQL; you'll have to query JIRA and Fisheye separately -- https://answers.atlassian.com/questions/110545
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.