You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Field code
%{issue.cfnnnnn}

Read text


Returned valueA custom field consisting of two select lists; the value is displayed as first (parent) value and second (child) value, separated by a comma
Output data type

TEXT

Example output

Parent,child

Read number list


ID field code
%{issue.cfnnnnn.id}
Returned valueA custom field consisting of two IDs; the value is displayed as first (parent) value and second (child) value, separated by a comma
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 valueA custom field consisting of two select lists; the value is displayed as first (parent) value and second (child) value, separated by a comma
Output data type

TEXT LIST

Example output

Parent,child

Read number list


Field code
[issue?.customfield_nnnnn?.id,issue?.customfield_nnnnn?.child?.id]
Returned valueA custom field consisting of two IDs; the value is displayed as first (parent) value and second (child) value, separated by a comma
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