Forums

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

REST API to get all issues of the issuetype -> project

Suhrab Baryal June 14, 2023

I am trying the get a list of all issues given the issuetype of project using the REST API. I tried the API below. 

 

  1. /rest/api/2/project/{projectIdOrKey}

 

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.

1 answer

1 accepted

1 vote
Answer accepted
Suhrab Baryal June 14, 2023

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events