/
getChildIssues
getChildIssues
Note: The release of JMCF for Jira Cloud 3.0 introduced the ability to access data from other issues through the getParentIssue, getChildIssues, and getLinkedIssues APIs. While access to fields on related issues is now possible, updates to any related issue fields will not trigger a recalculation of the scripted field!
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.
You are viewing the documentation for Jira Cloud.
Related content
getParentIssue
getParentIssue
More like this
getProperties
getProperties
More like this
getProperty
getProperty
More like this
getField
Read with this
Display the Projected Due Date
Display the Projected Due Date
Read with this
Scripted Field
Scripted Field
Read with this