project-kb icon indicating copy to clipboard operation
project-kb copied to clipboard

Improve retrieval of JIRA issues

Open copernico opened this issue 3 years ago • 0 comments

While the retrieval of JSON is forbidden by most (all?) Apache projects, the XML format seems available. Example: https://issues.apache.org/jira/si/jira.issueviews:issue-xml/ZOOKEEPER-4557/ZOOKEEPER-4557.xml

Interesting: one can restrict the fields contained in the XML response, by appending field=key&field=summary&field=.....

Maybe this may make it simpler to also reason about "related" (e.g. duplicate) issues.

copernico avatar Oct 13 '22 17:10 copernico