Field code
%{issue.cfnnnnn}

Read text


Returned valueTwo 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

Example output

Parent,child

Read number list


ID field code
{issue.cfnnnnn.id}
Returned valueTwo 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


Valid text input
Valid numerical input

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

Example input10034,10555
Field code
[issue?.customfield_nnnnn?.value,issue?.customfield_nnnnn?.child?.value]

Read text


Returned valueTwo 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 LIST

Example output

Parent,child

Read number list


Field code
[issue?.customfield_nnnnn?.id,issue?.customfield_nnnnn?.child?.id]
Returned valueTwo 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


Valid text input
Valid numerical input

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

Example input10034,10555