How to export field count in a CSV file in jira

sneha priya August 2, 2018

I have attached 2 Photos, these are the fields ,which I need to export in 2 CSV file from the client project data.

I am trying it with Script Runner plug-in but I am stuck in 2 places:

1. whether I will be able to export the script output  in CSV files.

2. whether I can write the script for getting count of all the columns mentioned .

Any other approach is also appreciated. Below mentioned columns description is 

no_comment= count of comment

vel_starttime= sum of story point of issues assigned to an iteration at the beginning

issue_pic.pngiteration_pic.png

1 answer

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2019

All these can be exported with the Better Excel Exporter app to XLSX, which can then be converted to CSV from Excel itself.

You should use these app features:

  1. Using Excel formulas: if you want to do the calculation on the Excel side
  2. Using Groovy scripts: if you want to do the calculation on the Jira side
  3. Using calculated fields: if a calculated field that you can freely add, remove or re-order in the Issue Navigator better fits your case

Suggest an answer

Log in or Sign up to answer