This version brings major new features as well as many improvements:

Highlights of this release:


Many post-functions can now act on specified target issues

Many post-functions that were previously acting on the current issue can now operate on specified target issues. The target issue(s) can be the:

These are the post-functions that now support specifying target issue(s):

Existing post-functions that operate on linked issues, such as the Clear fields of linked issues post-function, are now marked as deprecated and it is recommended to use their generic version (e.g. the Clear fields post-function) when adding a new post-function. However, these deprecated post-functions will not be removed and will continue working, but they will not receive future enhancements that might be added to their generic counterparts.

The following table lists post-functions that are now deprecated, together with their generic equivalent:

Instead ofUse
Comment linked issuesComment Issue(s)
Transition linked issuesTransition issue(s)
Transition parent issueTransition issue(s)
Set field of linked issuesSet field value
Clear fields of linked issuesClear fields

Other new feature and improvements

Bug fixes