我想将我的错误跟踪系统与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的受保护属性。
我在寻找的是: