By using JIRA API, How can I get all the issues that has been assigned to me ?

Prashant_Shri July 11, 2019

I am trying to get all issues that has been assigned to me. but I couldn't find any of the api which returns list of issues that assigned to me.

1 answer

1 accepted

1 vote
Answer accepted
sara
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.
July 11, 2019

Hi,

You have to use jql for that.Something like below.

 


/jira/rest/api/2/search?jql=assignee=currentuser()

Prashant_Shri July 11, 2019

Thanks :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events