简体   繁体   中英

Export data from JIRA into Excel dynamically

I am using JIRA and in each sprint i do some steps to export file from JIRA and copy-paste it in Excel, and then apply my functions on it. This takes me a lot of time so i would like to automate all this steps using Excel. So, is it possible to export data from JIRA into Excel dynamically ? Is there a way to do that please?

Thanks

You can export search results directly to Excel: navigate to Issues -> Search for Issues , and run you search. After that you can click on Export -> Excel (All/Current fields) . If this option is not available for you, you can export same search results to CSV file and Excel should be able to import it.

Please, refer to official documentation for more details. If that is not what you are searching for, please specify your requirements more precisely.

See related answer here . You can export a filter to a csv file with a curl command. You can call this command via Shell in VBA. Then postprocess the output file with vba to integrate the data in your final report file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM