JSON searialization

kA November 6, 2013

Hi friends,

i need to find out the project in jira by using the REST API search. In REST API they given the Post method like that for search,

{ "jql": "project = HSP", "startAt": 0, "maxResults": 15, "fields": [ "summary", "status", "assignee" ] }

But i don't know how to construct the JSON by using the C#. (By using Classes not by dictionary).
Please share your thought i get struggle to create the json.

Thanks in advance
Karthik A.

1 answer

1 accepted

0 votes
Answer accepted
kA November 6, 2013

I constructed jql, startAt and maxResult by using classes in c# but i don't know how to

construct the fields by using classes(without dictionary). If you know please update.

Suggest an answer

Log in or Sign up to answer