JWT field code %{issue.cfnnnnn}
Jira expression field code[issue?.customfield_nnnnn?.value,issue?.customfield_nnnnn?.child?.value]
Output data type

Example outputParent,child
Example input10034,10555
Type

Available since






%{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

Example output

Parent,child


Read number list


{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

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





[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

Example output

Parent,child


Read number list


[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

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







Mapping(warning)
Notes


Please note, that the output format differs between JWT DC and JWT Cloud. JWT DC uses a hyphen ("-") as separator for parent and child value, JWT Cloud uses a comma (","):

JWT DCJWT Cloud
Parent value - Child valueParent value,Child value