How do I list all code changes for JIRA issues in my fix version?

Ronald Horner February 2, 2012

Both JIRA and Crucible are configured and working correctly with one another. I would like to have a report that listed all jira issues and their associated commits in a single report. I would like to limit the jira issues with a filter. Does anyone know how to do this?

What would be great is to be able to display the contents of a JIRA issue's Source tab in the filter results.

1 answer

1 accepted

0 votes
Answer accepted
Dieter
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 5, 2012

I have no ready solution but probably it can be done by creating a new display only custom field type which reuses the getActions() method (and getHtml methods on IssueAction) provided by the IssueTabPanel implementation in the Crucible plugin

Having the source tab content in a custom field would also display the source tab in the issue navigator if you add the custom field to your filter, so probably that could be a way to go.

Maybe there already exists a generic plugin which can transform issue tab panel content into custom field content ... anyone knows ?

Suggest an answer

Log in or Sign up to answer