Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability
  • This routine is available starting with SIL Engine™ 1.0.
  • This routine is available for Jira server and cloud deployment options.

...

Parameter name

Type

Required

Description

transition

string

Yes

Id or the name of the transition that will be executed.

Note

Only the id, for cloud development.

issuekey

string

Yes

Key of the issue the transition will be executed for.

skipStateCheckbooleanNoIf set to "true", will force the target transition even if the issue is currently inside another transition and has been modified.
skipConditionsbooleanNoIf set to true, will not check conditions on the target transition
skipValidatorsbooleanNoIf set to true, will not check validators on the target transition

...