Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

get issue content in XML format java

Andrea Quaresima
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2019

How can I export the content of a JIRA issue in XML format using Java?

1 answer

0 votes
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 10, 2019

checkout the Jira java rest client e.g at https://mvnrepository.com/artifact/com.atlassian.jira/jira-rest-java-client-core/5.1.0

Jira will return a json by default. You can convert it to xml with a little Java magic. I would not know why anyone would want an xml representation. Json representation has always been sufficient for me( even for relatively advanced tasks).

Documentation : https://ecosystem.atlassian.net/wiki/spaces/JRJC/overview

Suggest an answer

Log in or Sign up to answer