Jira Service Desk Change Request

Octopus.JiraIntegration.ServiceDeskAction exported 2026-07-22 by Octopus Deploy belongs to ‘Atlassian’ category.

Initiate a Change Request in Jira Service Desk during a deployment.

Parameters

When this step is included in a project’s deployment process, the parameters below can be set.

Service Id

Octopus.Action.JiraIntegration.ServiceDesk.ServiceId (required)

The Jira Service Desk Service Id used to create the change request.

Step configuration using OCL

Example in Octopus Configuration Language (OCL):

step "jira-service-desk-change-request" {
    name = "Jira Service Desk Change Request"

    action {
        action_type = "Octopus.JiraIntegration.ServiceDeskAction"
        properties = {
            Octopus.Action.JiraIntegration.ServiceDesk.ServiceId = "#{JiraServiceId}"
            Octopus.Action.RunOnServer = "false"
        }
    }
}

Page updated on Wednesday, July 22, 2026