Forums

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

API Endpoint for getting all epics?

Logan Tran
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!
August 20, 2018

Is there an api endpoint to get all epics? 

2 answers

2 votes
Chander Inguva
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.
August 20, 2018

Hey Logan,

 

As Epic is just an issue type, please try querying using this end-point and see if you get list of epics accordingly.

where jql will define issuetype="Epic"

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

 

Thanks

Chander Inguva

vdhanorkar
Contributor
August 4, 2022

@Chander Inguva did you find solution? actually, i also have the same query.

0 votes
meeron
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!
April 1, 2025

For me it was: 

/rest/api/3/search?jql=project%3D10000%20AND%20issuetype%3DEpic&fields=id,key,summary

The project ID needs to be set with your project. Retrieve all project IDs with:

/rest/api/3/project

Suggest an answer

Log in or Sign up to answer