References
Configuring Workflows - basics on how to configure a workflow so you can take advantage of the features of this app
Advanced Workflow Configuration - know the difference between conditions, validators, and post functions
Tip | |
---|---|
title | Test your workflow!Workflows can be complicated . Define a reasonable test scenario for your workflow on a test project or test system. Often, it is the only way to find errors before putting your workflow in production. |
Tip |
---|
ErrorsPost functions are run after the transition has already occurred - there is no turning back. When you see your post function not working as expected, and you want to check if it is due to a configuration error, go through the log messages in the Transition logs page. This is the go-to place to understand what went wrong. |
Tip | |
---|---|
title | Custom fields not changing
|
Tip |
---|
Subtask have different issue typesYou cannot create a subtask with the same issue type as the parent since Jira has unique subtask issue types . You can do something similar by using a naming convention that creates subtask types with similar names. For instance, Bug and Bug-sub-task. Then the %parent_issuetype%-subtask can be used to create a subtask with a name related type. |
...