简体   繁体   English

是否可以将数据从JIRA动态导出到Excel?

[英]Is it possible to dynamically export data from JIRA into Excel?

I'd like to set up a data import source in Excel through which I can dynamically pull data from Jira. 我想在Excel中设置一个数据导入源,通过它我可以动态地从Jira中提取数据。 I know this used to be possible by using an Excel web query and the XML link from the Jira filter I wanted to use. 我知道过去可以使用Excel Web查询和我想要使用的Jira过滤器中的XML链接。 I've been unable to determine if this is still possible. 我一直无法确定这是否仍然存在。 If it isn't, is there another way to achieve this? 如果不是,还有另一种方法可以达到这个目的吗?

Whilst a little old I thought I note here how I did using JIRA 7.2.2 without the need for a 3rd party plugin 虽然有点老我想我在这里注意到我如何使用JIRA 7.2.2而不需要第三方插件

  1. Use the Issue Navigator to create a filter/view of the JIRAs you want available to Excel 使用“问题导航器”创建要用于Excel的JIRA的过滤器/视图
  2. Save the filter 保存过滤器
  3. Click on Export drop-down 单击“导出”下拉列表
  4. Right click on CSV (all fields or current fields) or XML 右键单击CSV(所有字段或当前字段)或XML
  5. Select Copy Link Address (I am using Chrome other browsers will have a similar function) 选择复制链接地址(我正在使用Chrome其他浏览器将具有类似的功能)
  6. Open Excel (I'm using 2016 version) 打开Excel(我使用的是2016版)
  7. Select Data tab > New Query > From Other Sources > From Web 选择“数据”选项卡>“新建查询”>“从其他来源”>“从Web”
  8. Paste in URL 粘贴在URL中
  9. Click OK and follow various steps 单击确定并按照各个步骤操作
  10. You're done :) 你完成了 :)

Better Excel Plugin is a JIRA add-on that works a little different, but it may potentially solve your problem and is probably a better way to tackle it. Better Excel Plugin是一个JIRA附加组件,它的工作方式略有不同,但它可能会解决您的问题,并且可能是解决问题的更好方法。

It does not pull data from JIRA, so it doesn't require a live connection and it is not the spreadsheet file that controls the process. 不会从JIRA中提取数据,所以它不需要实时连接,它不是控制过程中的电子表格文件。 What it does that it can take smart Excel template files (which are regular XLS files containing special placeholder tags), it can merge the most current issue data to the template, then download the resulted XLS file to your computer. 它可以采取智能Excel模板文件(包含特殊占位符标签的常规XLS文件),它可以将最新的问题数据合并到模板,然后将生成的XLS文件下载到您的计算机。

Since the templates can be really-really intelligent, can use formulas, functions, charts, pivot tables, pivot charts and all the advanced data analysis features, and the magic happens on the serverside (it is more centralized), I think it is a better approach than pulling data into a client-side spreadsheet. 由于模板可以真正非常智能,可以使用公式,函数,图表,数据透视表,数据透视图和所有高级数据分析功能,并且魔术发生在服务器端(它更集中),我认为它是一个比将数据提取到客户端电子表格更好的方法。

See the detailed documentation about how the templates work. 请参阅有关模板如何工作的详细文档

Disclaimer: I'm a developer of this paid JIRA add-on. 免责声明:我是这个付费JIRA插件的开发者。

With add-on JExcel , you can easily import/export JIRA data from/to Excel. 使用附加的JExcel ,您可以轻松地从/向Excel导入/导出JIRA数据。

It is also possible to use Ctrl C + Ctrl V for importing and exporting. 也可以使用Ctrl C + Ctrl V进行导入和导出。

It totally feels like an Excel in JIRA. 它完全像JIRA中的Excel。 And Its completely free ! 它完全免费

You can download it from the Marketplace: https://marketplace.atlassian.com/plugins/com.moresimp.jexcel 您可以从Marketplace下载它: https//marketplace.atlassian.com/plugins/com.moresimp.jexcel

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

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