Fields and settings for tracking time in a task.

Both types work in a similar way and are needed for a visual representation of the operating time.

Timers and stopwatch are controlled by the following commands:

Commands can be sent automatically (for example, when changing status), from api or manually.

If two triggers fire simultaneously, then only the first one is executed in accordance with the order of the commands: Start > Restart > Pause > Stop

For example: When changing status to InProgress, there is a Stop command. And on the set of the assignee is the Start command. If the transition to InProgress is performed with the installation of the assignee, the Start command will be executed.

When a condition is triggered for a command that does not actually change the state (PAUSE to PAUSE), all other triggers will be ignored.

For example: trigger START when “change status from STATUS1" and trigger PAUSE when “change status to STATUS1". When the transition from STATUS1 to STATUS1(the same) then the state will remain the same (PAUSE).

note

Recommendation: Simultaneous use of the "FROM STATUS" and "TO STATUS" events can lead to collisions. Try using only "TO STATUS".

Recommendation: Simultaneous use of the "FROM STATUS" and "TO STATUS" events can lead to collisions. Try using only "TO STATUS".

Timer

Timer may be in the following states:

Stopwatch

Stopwatch may be in the following states:

If two triggers fire simultaneously, then only the first one is executed in accordance with the order of the commands: Start > Pause > Stop