Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using this, you can add or update a value in the custom fields automatically through the Canned Responses templates. The fields should be available on the proper screens. Supported custom field types are:

  • Labels

  • Text Field (single line)

  • User Pickers

  • Resolution Field

  • Select List (single

...

  • and multiple choice)

  • Radio Button

...

The fields must be available on a screen associated with Create or Edit issue operations.

...

Info

Please keep in mind that we are sometimes unable to retrieve values for Single- and Multi-Select custom field types. The following are some of the possible causes:

...

  • unable to update fields that are presented only on Transition or Issue View screens and cannot be editable from a regular issue view.

Anchor
transition
transition
2) Transition to

Using this, you can transition the issue from one status to another. In addition to status, you can set a value for the Resolution field if needed.

...

Anchor
web-request
web-request
3) Trigger a web request

...

  1. Set its trigger to be Incoming webhook.

  2. Copy the Webhook URL.

  3. Finish the automation configuration.

    Image RemovedImage Added

II. Create a new template

  1. Add the Send web request action.

  2. Select the POST method from the dropdown and the URL copied from Jira Automation.

  3. Add optional parametersto the body of the request, for example, by using dynamic variables.

    Image Removed

    Image Added

Anchor
using-templates
using-templates
Using Templates with Automated Actions

...

If an error occurs, the execution will be paused, and the following actions will not be executed until it is resumed. For example, if you have three automated actions and the first one fails, the following ones will be suspended and won’t be executed. To continue with the action, you’ll either need to click Resume, fix the issue for the first one, or delete the first one.

...

Anchor
use-cases
use-cases
Use Cases

...

Anchor
jira-automation
jira-automation
Creating new bug with Jira Automation – You can't use Canned Responses in Jira Automation since Jira doesn't provide the necessary APIs for this to be feasible. Instead, you can set up Jira automation rules and link them to CR, as described above.

...

Let’s look at an example to demonstrate how you can pass custom data via an automation webhook. For example, if you were to put this in the body:

{
"data": {
"issueSummary": "$issueSummary$",
"originalTicket": "$issueKey$"
}
}

This data could then be used in Jira automation fields: “Original ticket: {{webhookdata.originalTicket}}”.

Anchor
smart-device
smart-device
Integrating with smart devices in the office

...