Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability
  • This routine is available starting with SIL Engine™ 1.0.
  • This routine is available for Jira server and cloud deployment options.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

subtasks(issuekey)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
Get the list of sub tasks linked to the parent issue.

Get the list of sub tasks linked to the parent issue.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

issuekey

...

String

Yes

Key of the issue.

Return

...

Type

string String []

Returns a list of issue keys that are subtasks of the specified issue.

Example

...

Examples

Code Block
//Subtasks of the issue "PRJ-32" are : PRJ-192,PRJ-193,PRJ-203.
subtasks("PRJ-32");

Returns: The list of the sub tasks linked to PRJ-32: |PRJ-192|PRJ-193|PRJ-203|

...

Code Block
subtasks(key);

Returns: The list of the sub tasks linked to the  the current issue  issue in the form similar with the example above.

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jiraissue_search_routine" and space = currentSpace ( )
labelsjiraarray_search_routineroutines