您好 @Kai Chen ,
欢迎来到 Atlassian 社区。
您提到想要自动获取数据。
您的意思是想从 Jira 平台提取数据吗?
一种从平台提取数据的方法是使用 REST API。
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
如果您想要包含部分字段数据的项目列表,您可以创建一个过滤器来搜索所需项目,并将结果导出为各种格式。有关此主题的更多信息,请参阅以下文档:
https://support.atlassian.com/jira-software-cloud/docs/search-for-work-items-in-jira/
在该文档中,您还可以找到有关保存过滤器以便将来重复使用以及设置订阅以按计划自动将结果通过电子邮件发送给您的信息。
此外,Jira 中还有各种内置报告,可以引用数据并在仪表盘上显示列表和摘要。
https://support.atlassian.com/jira-software-cloud/docs/work-with-dashboards-in-jira-cloud/
如果这些选项无法满足您的需求,我们需要更多关于您使用场景的详细信息。您是想获取项目列表,还是想获取项目中数据的摘要信息,例如每种状态下的项目数量?您是想将这些数据提取出来用于其他软件应用程序,还是想在 Jira 中将这些数据提供给其他 Jira 用户?
如果您是 Jira 的新用户,我们建议您参加免费的按需课程,以更好地了解该应用程序的功能。您可以在社区页面顶部的“学习”链接下找到这些课程。
https://community.atlassian.com/learning
您可以根据应用程序、主题和技能水平搜索课程。
----
Hello
Welcome to the Atlassian community.
You have said you want to obtain the data automatically.
Do you mean that you want to extract the data from the Jira platform?
One method your can use to extract data from the platform is the REST API .
https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
If you want a simple list of the items with data from a subset of the fields, you can create a Filter to search for the items you want and export the results in various formats. More information on that topic can be found in the documentation here:
https://support.atlassian.com/jira-software-cloud/docs/search-for-work-items-in-jira/
Within that documentation you can also find information on saving the filter for future reuse, and setting up a Subscription to have the results emailed to you automatically on a schedule.
There are also a variety of built in reports that can reference the data and display lists and summaries within Jira on a Dashboard.
https://support.atlassian.com/jira-software-cloud/docs/work-with-dashboards-in-jira-cloud/
If those options don't provide what you need, we will need more details about your use case. Are you trying to get a list of items or some sort of summary of the data within the items such as the number of items in each Status? Are you trying to extract this data for use in another software application, or do you want to provide that data within Jira to other Jira users?
If you are new to Jira you may find the free, on-demand courses useful to gain a better understanding of the capabilities of the application. You can find those under the Learning link at the top of the Community pages.
https://community.atlassian.com/learning
You can search for courses based on the application, based on topics, and based on skill level.
简单一点描述一下,假如我在jira平台新增了一个项目表格,表格里面是很多不同的人手动填写的项目发布计划描述相关的数据。我想通过自动化的方式来获取这些数据。有什么好的办法吗(数据来源不一定全部都是jira平台本身的,可能有修改或者自定义)
To describe it more simply, suppose I have added a project table on the Jira platform, and this table contains data related to project release plan descriptions manually entered by many different people. I want to obtain this data automatically. Are there any good ways to do this? (The data source may not be entirely from the Jira platform itself; there might be modifications or customizations.)
Hi @Kai Chen
Please explain yourself in detail what your question is?
This is an open public forum, this is not Atlassian Support.
Members on the forum are users ;like yourself and need context to provide help.
All of this is voluntary based.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1比如,我需要统计汇总jira平台上面填写 这个表格的数据。
2 我需要统计jira下面的迭代需求的子任务,比如release-1230
需要自动统计而不是人工。
有简单的办法吗
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kai Chen
At 1 this is just a list of issues, from search or a release.
Furthermore, don't share urls of your instance.
And further, we can't access instances, this is a public forum not Atlassian Support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kai Chen,
Can you explain in a bit more detail what you are looking for? Is something broken, are you looking for a specific extension to your Jira instance, are you trying to hire a Jira admin for your team, do you have a project you want help with or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In Jira cloud, you cannot access the database directly. If you want to extract data from the tool, using the REST API is usually the way to go. There is extensive API documentation available that you can access here.
Before doing so, be aware that Jira has a lot of reporting capabilities inside the tool, so I would recommend exploring those native capabilities first before you decide to pull data out and report on outdated, snapshot data instead.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1比如,我需要统计汇总jira平台上面填写 这个表格的数据。
2 我需要统计jira下面的迭代需求的子任务,比如release-1230
需要自动统计而不是人工。有简单的办法吗
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're not providing a lot of information about the actual questions you would like to answer, @Kai Chen.
But I don't see any very far-fetched or overly complicated needs.
I would recommend you to take some time and look into the possibilities of Jira dashboards for starters. this support article might be a good starting point for that.
Since you also refer to releases, a space in Jira has the so-called release hub where you can track progress of a release. You can find more information about that in this support article.
If your teams work in boards, note that there are plenty of out-of-the-box reports available from those boards that also help you gain insights in your team's performance. More information on that subject in this support article.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.