Select an Environment in your Change Requests

You can use Automation for Jira to update Golive Environment Custom Fields.

In this use case, we automatically select the target Environment of our Change Requests (Jira issues), depending on the type of change defined in the "Promotion Path" field (version, patch, production fix).

Here is the configuration in Automation for Jira:

  • WHEN the drop-down custom field "Promotion Path" is changed

  • IF the value of the "Promotion Path" is "Production Fix"

  • THEN the "Environment(s)" custom field is updated with the Environments "eCommerce Integration 1" (ID 5) and "eCommerce Staging" (ID 6)

Automation for Jira Cloud configuration

{
    "fields": {
        "Environment(s)": ["5", "6"]
    }
}
JSON

Note that the Environments IDs can be found in the XML export of your Jira issues:

Questions?

If you need help with your Golive-Automation for Jira integration, feel free to contact us.