将JIRA与第三方系统同步,例如错误跟踪系统

时间:2013-02-06 07:52:56

标签: jira

我想将我的错误跟踪系统与JIRA同步。我使用不同的rest api方法来获取bug信息,但是没有获得适当的信息。

http://example.com:8080/jira/rest/api/2/issue/ {issueIdOrKey} [GET,DELETE,PUT] http://example.com:8080/jira/rest/api/2/search [GET,POST]

但这两个都不能给我适当的信息。

还有一个可以保护json的属性,它无法解析。

[requestLength:protected] => 0
[acceptType:protected] => application/json
[responseBody:protected] => {"expand":"renderedFields,names,schema,transitions,operations,editmeta,changelog", ....

查看json的受保护属性。

我在寻找的是:

  1. 获取最新的错误状态。
  2. 解析JSON的受保护属性。

0 个答案:

没有答案