Skip to end of banner
Go to start of banner

getChildIssues

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Get all Child issues for a given issue.

Parameters

Returns

Returns a Promise to the value; you must use await.

Returns an array of issue objects.

Other issue APIs are not able to access a list of issues; when trying to access the values of Child issues, you must either reference the desired Child issue using its index - childIssues[0] for example - or loop through the Child issues object.

Examples

Return a

You are viewing the documentation for Jira Cloud.

On this page

  • No labels