Hello All,
Am having an requirement of giving list of issues based on reporter name or id thru REST API.
am using POSTMAN as get response.
Any help?
Hello,
You should use the search Rest Api method:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/search-search
/rest/api/2/search?jql=reporter = yourreporter or key = TEST-1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Matveev .Its working.
Am having another doubt that if we want get list based status open along with reporter.
What else we need to add it to above code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.