如何通过rest API获取汇合的许可信息?

问题描述 投票:1回答:1

我试图在Atlassian工具许可证到期时自动通知。我一直在寻找JIRA,并在REST API URL下面找到了许可证详细信息。

https://jira.company.com/rest/plugins/applications/1.0/installed/jira-software/license

但是,我不知道如何获取Confluence和Fisheye的许可细节。

我可以看到下面的REST API网址。但它没有提供足够的信息。

https://confluence.company.com/rest/plugins/1.0/com.atlassian.confluence-key/license

JSON:

{
"links": {
"self": "/rest/plugins/1.0/com.atlassian.confluence-key/license",
"alternate": "/rest/plugins/1.0/available/com.atlassian.confluence-key",
"license": "/rest/plugins/1.0/com.atlassian.confluence-key/license",
"update-license": "/rest/plugins/1.0/com.atlassian.confluence-key/license",
"license-callback": "https://confluence.company.com/plugins/servlet/upm/license/com.atlassian.confluence",
"try": "https://my.atlassian.com/addon/try/com.atlassian.confluence",
"new": "https://my.atlassian.com/addon/new/com.atlassian.confluence"
},
"pluginKey": "com.atlassian.confluence",
"valid": false,
"active": false
}

请分享你的想法

jira licensing confluence jira-rest-api atlassian-fisheye
1个回答
0
投票

Confluence不会通过API提供有关许可证详细信息的详细信息。我们已经针对此提出了一项功能请求,您可以在下面找到它。

https://jira.atlassian.com/browse/CONFSERVER-56110?_ga=2.51685408.866579204.1549874240-1463697888.1544017536

© www.soinside.com 2019 - 2024. All rights reserved.