Forums

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

How to get all the issues list assigned to a particular user in Jira service desk through Rest API?

Diksha Bhawnani January 10, 2019

I am using Jira service desk , and I have assigned issues to user name "XYZ" through rest api. How should I get the issues assigned to that user through Rest api? I am using api/3 version.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
January 10, 2019

Hello,

You should use the search rest call and to pass to this rest call a JQL like this:

assignee = XYZ

You can read more about the search rest call here:

GET /rest/api/2/search

Diksha Bhawnani January 10, 2019

Thank you! It works, One more question how can I see custom fields and to add some values to it. 

Alexey Matveev
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.
January 10, 2019

Add &fields=*all to your search rest call.

You can update values with PUT /rest/api/2/issue/{issueIdOrKey}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events