Select list (cascading)

JWT expression

%{issue.cfnnnnn}

Jira expression

[issue?.customfield_nnnnn?.value,issue?.customfield_nnnnn?.child?.value]

Read text

Returned value

Two select lists; the value is displayed as first (parent) value and second (child) value, separated by a comma, these select lists are stored in a custom field

Output data type

Text (JWT) / Text list (Jira)

Example output

Parent,child

JWT expression

{issue.cfnnnnn.id}

Jira expression

[issue?.customfield_nnnnn?.id,issue?.customfield_nnnnn?.child?.id]

Read number list

Returned value

Two IDs; the value is displayed as first (parent) value and second (child) value, separated by a comma, these IDs are stored in a custom field.

Output data type

number list

Example ID output

10051, 10034

Write number list

Valid text input


Valid numerical input

IDs for parent and child for this select list which are separated by a comma

Example input

10034,10555