I am trying the get a list of all issues given the issuetype of project using the REST API. I tried the API below.
But I only get all issues for a given project.
Background is I want to display an issuepanel in all issues of the issuetype=project.
Is there any REST API available to get only the issues from this type(project).
Any suggestion on this issue is really appreciated. Thanks in advance.
Found solution:
Easiest way to find issues is the
Issue search sub-item Search for issues using JQL (GET)with the following rest call
/rest/api/2/search?jql=issuetype%20%3D%20Project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.