且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将Jira票证集成到Sharepoint在线列表中

更新时间:2022-01-24 22:28:04

根据我的研究,我们可以使用Jira SharePoint连接器将Jira工具与SharePoint 2013集成在一起,但是当前版本的连接器并非旨在在Office 365中运行.

Per my research, we can integrate the Jira tool with SharePoint 2013 by using Jira SharePoint connector, but the current version of connector does not designed to run in Office 365.

https://marketplace.atlassian.com/archive/net.customware.plugins.sharepoint .jira

通常,从SharePoint角度来看,在使用外部系统时,建议的方法是使用Business Connectivity Services(BCS),该服务提供使SharePoint能够从这些外部系统中获取数据的基础结构.

In general, from SharePoint side, when working with external system, the recommended way is using Business Connectivity Services (BCS) which provides the infrastructure that enables SharePoint to bring data from those external systems.

尽管JIRA是第三方工具,但我确定它是如何存储数据的.因此,对于这个问题,建议您向JIRA支持寻求帮助.

However JIRA is a third party tool, I am sure how it stores the data. So, for this issue, I suggest you ask the JIRA support for help.

有一个链接应该是JIRA的官方链接,它可能会对您有所帮助:

There is a link which should be the JIRA official link, it may help you:

https://www.atlassian.com/software/jira

第三方信息免责声明:
本文讨论的第三方产品由独立于Microsoft的公司生产. Microsoft对本文中引用的第三方产品的性能或可靠性不作任何暗示或其他形式的保证.

谢谢

Wendy