You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

On this page

Use case

Configuration

Create a new rule and name it appropriately.

Providing a description will help you to identify what the rule does but this step is optional.

 Issue event

Add a Trigger

Select Issue event and Issue commented

Boolean condition


Add a condition

Select Boolean condition

Expression

Add the following expression to the boolean condition.

%{issue.project.key} = "CASE" and %{issue.issueType} ="Task"

This boolean condition will restrict the range of the automation rule to the desired issues. In this use case we restrict it to the issues in a project with a certain issue type.

Issue selector

Add a selector

Select Issue selector

Target issue(s)

Select Sub-tasks

  Add comment action

Add an action

Select the action Add comment

Comment text

Write the following expression.

%{trigger.issue.lastComment}


If you still have questions, feel free to refer to our support team.