Select an Environment Using the Environment ID
In this use case, we automatically select the target environment for Change Requests (Jira issues) based on the type of change defined in the Promotion Path field (e.g., version, patch, production fix).
Requirements
Golive Data Center, installed on Jira Data Center (not compatible with Jira Cloud)
Configuration
This is the setup for Jira Automation:
WHEN the drop-down field "Promotion Path" is updated.
IF the "Promotion Path" value is set to "Production Fix."
THEN update the "Environment(s)" custom field (ID 11'000) with the Environments "eCommerce Test" (ID 56) and "eCommerce Staging" (ID 476).
Additional Fields:
{
"fields": {
"customfield_11000": ["56", "467"]
}
}
Need Assistance?
For support with integrating Golive and Jira Automation, reach out to our Customer Portal.