We need to extract a report from JIRA that include comments while issue is in code review status.
I want below field in report
JIRA- ID, Code Review Comment, Comment By, Commented Date, Issue Type, Current Status of Ticket
You can do this with Better Excel Plugin.
There is actually a pre-configured export type that will list the columns you selected plus the comments per issue.
If I correctly understand you want to export only those comments that were posted while the issue was in a specific status. That is also doable by applying a custom filter (predicate) to the comments collection before exporting that to Excel. The predicate should find out the periods from the issue change history during which "status = YOURSTATUSHERE" and match those periods against the submission date of a comment.
For scripting please see: http://www.midori-global.com/products/jira-better-excel-plugin/documentation/scripting
I'm actually getting ready to do an export of issues from one JIRA site at a vendor's cloud instance into our JIRA cloud instance. Has anyone tried to import a xls that this tool exported?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't in native JIRA. The comments are in a single field in the database. There may be a plugin that allows it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Kindly Let me know the plugin name or link. I am not able to find the plugin.
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.