Validators are just like conditions in that they return a true or false value. If TRUE, the user is allowed to compete the transition. If FALSE, the user will not be allowed to complete the transition. However, unlike conditions, a message will be displayed telling the user why they were unable to complete the transition.
...
Post Functions are extremely simple to write since they run in the context of the issue and don’t need to return any values.
Example 1 - Assign issue
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example 2 -
...
Create subtask
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|