Skip to main content
Skip table of contents

Jira Automation

Select an Environment in your Change Requests

You can use Jira Automation 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 Server/DC:

  • 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 (ID 11'000) is updated with the Environments "eCommerce Test" (ID 56) and "eCommerce Staging" (ID 476)

Automation for Jira configuration

JSON
{
    "fields": {
        "customfield_11000": ["56", "467"]
    }
}

Questions?

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.