Push status updates to the parent

Use case

Add a comment to the parent issue including the summary and status of the current issue.

This is helpful when you don't want to keep track of individual sub-tasks and only receive notifications of the parent issue (e.g. as a watcher or reporter).


⚒️ Configuration

Target issue*

Select Parent issue.

Comment text*

Use the following expression:

The issue %{issue.key} has just been transitioned to %{issue.status}.

The comment includes the following information :

  1. the key of the current issue which will be rendered with the added summary in the comment

  2. the current status of the current issue

Comment author*

Select Assignee.

Comment visibility*

For this example we choose unrestricted (all users).

All users with access to the issue will see the comment.


📚 Related examples