简体   繁体   English

将数据从JIRA动态导出到Excel

[英]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. 我正在使用JIRA,在每个sprint中,我都执行一些步骤以从JIRA导出文件并将其复制粘贴到Excel中,然后在其上应用我的函数。 This takes me a lot of time so i would like to automate all this steps using Excel. 这花费了我很多时间,所以我想使用Excel自动化所有这些步骤。 So, is it possible to export data from JIRA into Excel dynamically ? 因此,可以将数据从JIRA动态导出到Excel吗? 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. 您可以将搜索结果直接导出到Excel:浏览到Issues -> Search for Issues ,然后运行搜索。 After that you can click on Export -> Excel (All/Current fields) . 之后,您可以单击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. 如果此选项不可用,则可以将相同的搜索结果导出到CSV文件,并且Excel应该能够导入它。

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. 您可以使用curl命令将过滤器导出到csv文件。 You can call this command via Shell in VBA. 您可以通过VBA中的Shell调用此命令。 Then postprocess the output file with vba to integrate the data in your final report file. 然后使用vba对输出文件进行后处理,以将数据集成到最终报告文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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