Forums

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

Using the rest /3 api can I get the issues from parent issue?

Mansi Gusain
Contributor
March 25, 2025

Hi suppose I have an issue - MG-662 of type epic then is there an api to get the child issues in this epic? using the rest version 3 api only ?

 

Source- 

 

The Jira Cloud platform REST API

2 answers

0 votes
Aron Gombas _Midori_
Community Champion
March 26, 2025

Yes, there is a dedicated endpoint: https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic/#api-rest-agile-1-0-epic-epicidorkey-issue-get

Note that this is endpoint if part of the Jira Software REST API as "epic" is a software-specific concept.

0 votes
Akash Singh
Community Champion
March 25, 2025

@Mansi Gusain

You can use the issue search API resource to find issues using JQL. Refer to the documentation for more details.

To search for child issues, you can use the following JQL:

parent = MG-662

As a result, your API request might look like this:

https:/mysite.atlassian.net/rest/api/3/search/jql?jql=parent=MG-662

Suggest an answer

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

Atlassian Community Events