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)
%2520(1)%2520(1)%2520(1).png%3Falt=media?inst-v=ebd4ed96-a294-4a98-b876-620baa5b38ca)
Automation for Jira configuration
{
"fields": {
"customfield_11000": ["56", "467"]
}
}
Questions?
If you need help with your Golive-Automation for Jira integration, feel free to contact us.