Is there an api to get the epic of the project in JIRA?

Mansi_Gusain February 10, 2025

Hey, I want to get the content of the epic of my atlassian project. 

Like I have my domain and then then at 0s-662 i have the all the tasks related to the project . How can I access the child issues in this project? is there an api?

 

image.png

1 answer

0 votes
Karan Sachdev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 10, 2025

Hey @Mansi_Gusain

 

I believe we don't have an API endpoint to get the child issues. You can simply use JQL search to get the child issues using the issue key of the Epic.

Try the expression: parent = OS-662

If you have a premium plan, you can also use the portfolioChildIssuesOf("") function in JQL.

issuekey in portfolioChildIssuesOf("OS-662").

 

Thanks,

Karan

Mansi_Gusain February 10, 2025

Hi Karan , thanks for the reply, is there a way I can narrow down the results, like only get the content and not all details, only necessary content?

Mansi_Gusain February 10, 2025

like get the child issues name only

Mansi_Gusain February 10, 2025

And using the parent i am not able to get the child issues name.

Suggest an answer

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

Atlassian Community Events