使用 REST API 的 JIRA 仪表板集成
JIRA dashboard integration using REST APIs
是否可以使用 REST APIS 以 JSON 格式获取 JIRA 仪表板的数据?如果是,那么如何?
获取所有仪表板信息:https://jira-server/rest/api/2/dashboard
获取特定仪表板的信息:https://jira-server/rest/api/2/dashboard/{dashboard-id}
更多信息在这里:https://developer.atlassian.com/static/rest/jira/6.1.html#d2e816
是否可以使用 REST APIS 以 JSON 格式获取 JIRA 仪表板的数据?如果是,那么如何?
获取所有仪表板信息:https://jira-server/rest/api/2/dashboard
获取特定仪表板的信息:https://jira-server/rest/api/2/dashboard/{dashboard-id}
更多信息在这里:https://developer.atlassian.com/static/rest/jira/6.1.html#d2e816