怎样将我自己写的应用和jira进行数据存储和关联?

Mockplus April 19, 2021

你好,我是Mockplus,我想要写一个应用,展示我们自己的项目和链接,怎样进行数据存储呢?以及怎样和登录的usr进行关联?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2021

The most simple way to record a connection to an object outside Jira is to use a web-link to the item (this obviously assumes the system holding the remote object exposes it on a specific url, like Jira does with its issues).

If web-links are unsuitable, then you probably want to look at custom fields in Jira.  If you need to store data in Jira that is not a custom field content on an issue, then you should be looking to code for "active objects" for Server apps, or writing your own app in Forge if you are looking at Jira Cloud.

----- from Google:

记录到Jira外部对象的连接的最简单方法是使用项目的Web链接(这显然是持有远程对象的系统将其暴露在特定的url上,就像Jira对其问题所做的那样)。

如果不适合使用Web链接,那么您可能希望查看Jira中的自定义字段。 如果您需要在不是问题的自定义字段内容的Jira中存储数据,那么您应该在为Server应用程序的“活动对象”编写代码,或者在查看Jira Cloud时在Forge中编写自己的应用程序。

Mockplus April 19, 2021

你好,我想要写的应用是能够发布在线上的,别人(陌生人,不认识的)也可以安装的,那是不是需要在Forge上编写应用?

 

----- from Google:

 

Hello, the application I want to write can be published online, and others (strangers, unknown) can also be installed. Does it need to be written on Forge?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 20, 2021

Is this application an app for Jira (something you install in Jira) or is it a standalone application that is going to be talking to Jira?

Mockplus April 20, 2021

The first, similar to InVision for Jira, Zplin for Jira

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 20, 2021

Ok, you don't need to use Forge to develop apps for Jira, but you will find it makes it easier.

Forge is documented at https://developer.atlassian.com/cloud/jira/platform/getting-started-with-forge/

But later in the same space, you'll find the stuff about actually writing without any specific tools, it's not all Forge driven.

Mockplus April 21, 2021

Thanks

Suggest an answer

Log in or Sign up to answer