parse JIRA REST JSON

Praveen April 21, 2013
Hi, Can any one help me in parsing the JSON that's returned from JIRA RESTs' GET method? I only need the status, resolution date and comments but I see that the JSON has many fields like avatarUrls, self, iconUrl etc., which is making the JSON hard to interpret. I'd be happy if you can let me know how I can remove these unnecessary fields. I'm using C# to parse the JSON string. Please let me know if you need more details. Thanks and Regards Praveen.

2 answers

1 accepted

0 votes
Answer accepted
Michal Husar
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.
April 21, 2013

Hello Praveen,

I hope this can help you: http://json2csharp.com/ . With this you can access JSON fields how you want.

0 votes
Pedduri Kiran July 27, 2015

Hi All,

I am trying to parse the JSON that's returned from JIRA RESTs' GET method in java , can any one please share sample code?

Regards,

Kiran

Suggest an answer

Log in or Sign up to answer