...
You can configure the automation to add a comment to an issue. Once set up, a comment will be automatically added after the approval definition runs.
...
Add/remove label(s)
...
Once configured, it will automatically add or remove labels on an issue. You can search for existing labels or create a new one.
...
Set entity property
Adds an entity property with a specified key and value. You can use issue properties to generate detailed reports on issues that are not covered by Jira's default fields.
...
...
To check the entity property, use the following API endpoint:
Code Block |
---|
https://jira-instance1.net/rest/api/3/issue/ISSUE_KEY/properties/ADDED_PROPERTY_KEY |
Info |
---|
For more detailed explanations, refer to the Atlassian documentation. |
...