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

Compare with Current View Page History

« Previous Version 12 Next »

Field code
%{issue.temporaryText1} ... %{issue.temporaryText5}

Read


Returned valueText previously stored in the temporary field
Output data type

TEXT

Example outputThis is a text stored temporarily


Write


Valid text input
Unlimited text
Valid numerical input
Numbers are cast to text
Example inputThis is a text stored temporarily

There are 5 temporary text fields.

  • %{issue.temporaryText1}
  • %{issue.temporaryText2}
  • %{issue.temporaryText3}
  • %{issue.temporaryText4}
  • %{issue.temporaryText5}

These fields are used to hold temporary text values returned by a post function, which can be used in a subsequent post function.

xxxxx

xxxx

xxxx

xxxx

Please note that:

  • once a transition execution has ended, all temporary fields are cleared.
  • you cannot use temporary fields to pass values from one transition to another.