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 supported in this module:
Name |
Description |
---|---|
|
This should be unique within the plugin. |
|
The class to provide contexts for rendered Velocity templates. It must implement the |
|
The localization key for the human-readable name of the plugin module. |
|
The human-readable name of the workflow function. |
The following are the key elements supported in this module:
Name... |
---|