Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample custom field values or expressions

Custom field type

Value

Description

Any custom field type

$!sourceIssue.getCustomFieldValue($this)

Field will have the same custom field value as source issue.

Date Time

$!sourceIssue.getCustomFieldValue($this).addMonth(1)

Date field will have the date equal to the corresponding field value of source issue + 1 month

Date Time picker

11/sep/19 1:15 PM

Datetime field will have the date and time equal to '11/sep/19 1:15 PM'

Select List (single choice)

#if(${repeating.date.month} === '10")10000#{else}10001#end

If the repeating occur in October then the select list custom field value will be option with id 10000. In other months the value will be option with id 10001

Select List (cascading)

20000, 20020

Field will have cascading value with parent option with id 20000 and child option with id 20020

Checkboxes

10000

Field will have selected checkbox for option with id 10000