Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 4 Next »

Previously, Automation required technical expertise and the use of APIs. We have launched new feature called ‘Automation’ which enables us to skip semi-tech steps to set automation. With just a few clicks, we can save your time and reduce human errors by using Automation feature!

An automation step allows you to perform an action on an issue.

image-20240718-210713.png

There are five actions available:

image-20240722-091957.png
  • Change issue status - This action changes the status of an issue. The default option is selecting status from a select dropdown listed with corresponding project name or description. Alternatively, you can provide the name of the desired status (case-insensitive). 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.

image-20240722-092145.png
  • 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.

image-20240722-092345.pngimage-20240722-092940.png
  • Add a comment on an issue - Adds a text comment to an issue.

image-20240722-093027.png
  • Add/ remove label(s) - Adds or removes a label on an issue

image-20240722-093106.png
  • Set entity property - Adds an entity property with a specified key and value.

image-20240722-093154.png

To check the entity property, use the following API endpoint:

https://jira-instance1.net/rest/api/3/issue/ISSUE_KEY/properties/ADDED_PROPERTY_KEY

For more detailed explanations, refer to the Atlassian documentation.

  • No labels