Temporary number

The Temporary number field is used to store temporary number values and pass them between post functions within an  Execute sequence of actions wrapper. They can be used to perform calculations, pass timestamps, or manage numeric data between functions.

Bash
{issue.temporaryNumber1} ... {issue.temporaryNumber5}

How to use Temporary fields

  1. Set Temporary fields:
    When configuring an Execute sequence of actions wrapper, you can define Temporary text or number fields within the post functions inside the wrapper just like any other field.

  2. Pass data between Post functions:
    Temporary fields store values returned by one post function and make them available for use in subsequent post functions in the same sequence. This allows you to chain logic dynamically.


When working with Temporary Number Fields in the Execute sequence of actions wrapper, it's important to understand that these fields are only available within this wrapper and only during runtime. This limitation means that testing expressions involving temporary fields can not show results as intended.

Read 

Returned value

Number previously stored in the temporary field

Output data type

number

Example output

10

Write

Valid numerical input

Any numeric value

Example input

10

There are 5 Temporary number fields.

  • {issue.temporaryNumber1}

  • {issue.temporaryNumber2}

  • {issue.temporaryNumber3}

  • {issue.temporaryNumber4}

  • {issue.temporaryNumber5}