Get user stories through rest api in java

Adwait Bembalkar March 5, 2017

How do i get the user stories through rest api

1 answer

2 votes
Niclas Sandstroem
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.
March 5, 2017

Please see https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-query-issues

That example would be:

curl -D- -u fred:fred -X GET -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/search?jql=issuetype=story
susee_jeeva September 25, 2018

Hi,

We can able to fetch user stories. But, how can we fetch the user stories's associated test cases

Because, the retrieved user story JSON does not have information about its test cases

Thanks,

Suggest an answer

Log in or Sign up to answer