How can I get all issues that are no subtasks of a certain project using REST api ?

Jackson Del
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2015
 

1 answer

0 votes
Christian Kretzschmar November 8, 2015

Try to use the search resource and the JQL-parameter:

/rest/api/2/search?jql=project=<PROJECT_KEY> AND issuetype not in (Sub-Task)

 

Replace <PROJECT_KEY> with the key of the project you are looking for.

You can test your JQL using the JIRA advanced search.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events