Update a Jira Issue Action

This page is about Easy Integrations for Jira Cloud. Using Jira On-Prem? Click the On-Prem button above.

The Update a Jira Issue action is a powerful tool that allows you to modify and update Jira issues based on specific conditions and criteria. This documentation provides detailed information on the various options available for configuring this action.

Prerequisites

Before you start configuring the action, ensure you have the following prerequisites in place:

  • Only Jira administrators have the necessary permissions to access and configure the Update a Jira Issue within Easy Integration.

How to Configure the Call a Rest API Action

Update a Jira Issue in Listeners can be accessed within Easy Integration's admin UI. Follow these steps to configure listeners:

  1. Navigate to Jira's top menu, and click Apps.

  2. Select Manage your apps.

  3. In the sidebar, locate and click Easy Integrations configuration.

  4. Select Listeners from the app’s top menu.

  5. Configure the listener according to your requirements. For more information on that, refer to this documentation.

  6. In the Actions section of the listener configuration, click Update a Jira Issue.

  7. Here's how to configure the Update a Jira Issue action:

  8. Click Save, and then save your listener configuration as well.

That’s it! You have successfully configured the Update a Jira Issue action in Easy Integrations. To gain more insights, check out the following examples:

Example 1: Update an issue in which its issue key is fetched from the first action response

Note: This is a sample use case and can be customized to suit your integration needs.


Example 2: Adding multiple components

The component shape can be set manually to add multiple values:

return JSON.stringify( [ {"add": {"name": "Mobile"}}, {"add": {"name": "Web"}} ] )

Custom shape for field JSON must be {{fieldValue}}.