What Is The Best Strategy To Extract Information From A JIRA Issue?
I'm developing FreedomSponsors - a crowdfunding platform for open source projects. I want to improve the 'Sponsor new issue' screen by pre-filling some information, based on the is
Solution 1:
I'd use the XML view, which is probably (a) more stable than the HTML rendering and (b) easier to extract information from.
At least for this issue tracker at this location you can get the XML URL
https://hibernate.onjira.com/si/jira.issueviews:issue-xml/HHH-1050/HHH-1050.xml
from the issue key which is easily obtainable from the original issue URL.
Post a Comment for "What Is The Best Strategy To Extract Information From A JIRA Issue?"