导出 JIRA 数据

发布于 2024-11-30 04:21:54 字数 98 浏览 2 评论 0原文

导出所有 JIRA 数据(项目、问题等)的最佳方式是什么?我看到有一个API和一个插件机制,大概可以提供所有的信息。但是导出数据最简单的方法是什么?它是开箱即用的还是我必须实现插件?

What is the best way to export all JIRA data (projects, issues, ...)? I saw that there is an API and a plugin mechanism which probably can provide all the information. But what is the easiest way to export the data? Does it work out of the box or do I have to implement a plugin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

过气美图社 2024-12-07 04:21:54

一般来说,有两种主要方法来备份 JIRA 数据。第一个是备份存储 JIRA 信息的数据库。第二种是使用“将数据备份到 XML 功能”,这是 JIRA 的一项功能。就我个人而言,我更喜欢第二种,因为它可以恢复到任何数据库引擎(MySQL、MSSQL等)。另外,就Xml而言,可以进行很大程度的压缩。

Generally, there are two main approaches to backup your JIRA data. The first one is to back up your database in which JIRA info is stored. The second one is to use the “Backup Data to XML feature”, which is a JIRA feature. Personally, I prefer the second one, because it can be restored to any database engine (MySQL, MSSQL, etc). In addition, as far as it is Xml, it can be compressed to a great extent.

り繁华旳梦境 2024-12-07 04:21:54

我编写了一个 ruby 实用程序,它使用 JIRA 的 REST API 将给定项目的所有票证导出到本地文件系统。它作为红宝石宝石提供,因此安装很简单。

票证保存为单独的 JSON 文件。该工具还支持增量更新。

I have written a little ruby utility that uses JIRA's REST API to export all tickets for a given project to the local file system. It is available as a ruby gem, so the installation is trivial.

The tickets are saved as individual JSON files. The tool also supports incremental updates.

甜味超标? 2024-12-07 04:21:54

我正在使用 JIRA v1000.747.1,它可以将问题本机导出到 CSV。

如果您导航到 https://[your-jira-instance]/issues 您应该看到带有结果的查询屏幕。通过 UI 进行微调或转到“高级”菜单以执行更复杂的 JQL。然后您可以单击导出按钮(右上角)导出到 XML/Word/HTML/CSV。

I'm using JIRA v1000.747.1 which has native export to CSV of issues.

If you navigate to https://[your-jira-instance]/issues you should see a query screen with results. Fine tune that via the UI or go to the Advanced menu to do more complicated JQL. Then you can click the export button (upper right) to export to XML/Word/HTML/CSV.

滿滿的愛 2024-12-07 04:21:54

以下附加组件开箱即用,它们是可配置的,无需编写任何代码:

您可以免费使用 30 天,这足以将您的数据迁移到新的问题跟踪器。

The following add-ons will work out of the box, they are configurable and there is no need to code anything:

You can use both free for 30 days, which should be sufficient to migrate your data to the new issue tracker.

桜花祭 2024-12-07 04:21:54

您可以使用此 Web 应用程序将数据导出到 Word:

http://www.jiratoword.com/

非常基本,可以改进,但它是免费的。

You can use this web application to export the data to Word:

http://www.jiratoword.com/

It is quite basic and it could be improved but it is free.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文