Writing a workflow post function
Let us now look at workflow post functions. Workflow post functions are very effective and heavily used. They allow you to do a lot of things when you progress on the workflow on an issue. A lot of customizations and workarounds take this route!
Workflow post functions are created with the help of the workflow-function
module. The following are the key attributes and elements supported.
Attributes:
Name |
Description |
---|---|
|
This should be unique within the plugin. |
|
Class to provide contexts for rendered velocity templates. Must implement the |
|
The localization key for the human-readable name of the plugin module. |
|
Human-readable name of the workflow function. |
Elements:
Name |
Description |
---|---|
|
Description of the workflow function. |
... |