我想将我的错误跟踪系统同步到 JIRA。我使用不同的 rest api 方法来获取错误信息,但没有得到适当的信息。
http://example.com:8080/jira/rest/api/2/issue/ {issueIdOrKey} [GET, DELETE, PUT] http://example.com:8080/jira/rest/api/2/search [获取,发布]
但是这两个都不能给我适当的信息。
还有一个是我无法解析的 json 的受保护属性。
[requestLength:protected] => 0
[acceptType:protected] => application/json
[responseBody:protected] => {"expand":"renderedFields,names,schema,transitions,operations,editmeta,changelog", ....
查看 json 的受保护属性。
我正在寻找的是:
- 获取错误的最新状态。
- 解析 JSON 的受保护属性。