You could use GET /rest/api/2/search
and use the jql
parameter to specify the search you want to do.
This is a link to the relevant section of the API documentation: https://docs.atlassian.com/jira/REST/cloud/#api/2/search-search
So, assuming you want to get JSON for issues assigned to current user you can visit:
https://your-jira-name.atlassian.net/rest/api/2/search?jql=assignee%20%3D%20currentUser()
Note: this will be limited to first 50 issues by default. Read the 'Query Parameters' section in the API docs for more info.
Sam
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.