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

Jackson Del 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