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

Compare with Current View Page History

« Previous Version 11 Next »

Field code


Write


Additional information for writing valuesThere are 5 ephemeral number fields. These fields are used to hold temporary numeric and date-time values returned by a post-function, which are used as input by another post-function. Once the transition execution has ended, all ephemeral fields are cleared, i.e., these fields can't be used to pass values from one transition to another.
Valid text input
A text containing base 10 representation of a number
Valid numerical input
Integers, real numbers and also any date-time field
Example input

There are 5 temporary number fields.

These fields are used to hold temporary numeric and date-time values returned by a post function, which can be used as input by another post function.

Once the transition execution has ended, all temporary fields are cleared.

You cannot use temporary fields to pass values from one transition to another.

Example:

  1. Set up a post function to ret

Example

You want to copy the closest du date from all linked issues into a custom field called: Closest due date


Set up a Copy fields from linked issues or subtasks post function to retrieve the closest due date from all linked issues and copy it into a temporary field.

Set up a second post function: Copy the temporary value into the custom field.