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

Compare with Current View Page History

« Previous Version 14 Next »

This the documentation for JWT for Jira Cloud. for JWT on Jira server and data center, you can find the documentation here.


Jira ships with built-in post functions but those are limited. Jira Workflow Toolbox for Jira Cloud currently extends that list with the following post functions:

 
A screenshot of the post function and an explanation of the available parameters can be found on each page (default values are shown in bold at the top of the lists).

Only for classic projects

Next-gen projects are the newest projects in Jira Software. They're perfect for small, autonomous teams that want to quickly jump in and get started, without the need for a Jira admin. 

Due to the nature of next-gen projects all workflow related enhancements provided by JWT Cloud are only available for workflows being managed in classic projects.


Known limitations

  • Post functions are executed asynchronously as a background job. This means that the status is already set to the target status, even if the post functions of the transition have not yet been fully executed.
  • The Jira Cloud API does not provide any way to return a message in case of errors being thrown during the execution.
  • The order in which post functions are executed is not guaranteed. Post functions will very likely be executed in a different order than they have been set up in the workflow configuration. Please keep that in mind when configuring post functions relying on results of a different post function. (Delayed execution bit anfügen als Workaround? Ist das ein Workaround?)
  • When a post function cannot be executed due to misconfiguration or other problems, the transition and all configured post functions will still be executed.