An automation step allows you to perform an action on a pagean issue.
...
There are five actions available:
...
Change issue status - This action changes the status of an issue. Alternatively, you can provide the name of the desired status (case-sensitive). This allows to use same definition for different projects in which they have a status with the same name, e.g. 'Done'. If no status with that name is found within the project, this step will be skipped.
...
Change a user assigned to a field - This action changes the user assigned to a field of type user or user list such as Assignee, Creator, Reporter, Request Participants, or Approvers and custom field.
...
Add a comment on an issue - Adds a text comment to an issue.
...
Code Block |
---|
https://jira-instance1.net/rest/api/23/issue/ENPR-4/properties/ISSUE_KEYproperties/ADDED_PROPERTY_KEY |
For more detailed explanations, refer to the Atlassian documentation.