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

Compare with Current View Page History

« Previous Version 12 Next »

On this page

Use case details
FunctionUpdate fields
Type

Post function

Use case description

Assign the issue to the user who last commented on the issue.

Complexity

BEGINNER



Configuration steps

Definition of basic (required) parameters


ParameterValue(s) / Steps to set value(s)Notes
Target issue*Current issueThe current issue will be updated.
 Fields*

Assignee

  1. Value: Parser expression
  2. Expression: 

    %{issue.lastComment.author}

The user who last commented on the issue will be set as the new assignee.

Run as*Current userThe post function will be executed as the current user.



Related examples