Forums

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

how to get all the issues with priority high associated with a sprint using jira api?

Tanya Awasthi October 23, 2018

If there is one Sprint named as sample sprint then how many issues in this sprint have a priority high.How to extract data for this using jira api?

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 23, 2018

Hello,

You can use Jira Rest Api for it:

https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/#api/2/search-search

You could pass the jql parameter like this 

priority = High and sprint = yoursprint

It would return you all issues, which satisfy this JQL query.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events