Create or update the Jira Cloud App integration
PUT
/api/v4/groups/{id}/integrations/jira-cloud-app
Creates or updates the Jira Cloud App integration.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body
Section titled “ Request Body ” Media type application/json
object
jira_cloud_app_service_ids
Copy and paste your JSM Service ID here. Use comma (,) to separate multiple IDs.
string
jira_cloud_app_enable_deployment_gating
Enable to approve or reject blocked GitLab deployments from Jira Service Management.
boolean
jira_cloud_app_deployment_gating_environments
Enter the environment (production,staging,testing,development) where you want to enable deployment gating. Use comma (,) to separate multiple environments.
string
use_inherited_settings
Indicates whether to inherit the default settings. Defaults to false.
boolean
Example generated
{ "jira_cloud_app_service_ids": "example", "jira_cloud_app_enable_deployment_gating": true, "jira_cloud_app_deployment_gating_environments": "example", "use_inherited_settings": true}Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
title
string
slug
string
created_at
string format: date-time
updated_at
string format: date-time
active
boolean
commit_events
boolean
push_events
boolean
issues_events
boolean
incident_events
boolean
alert_events
boolean
confidential_issues_events
boolean
merge_requests_events
boolean
tag_push_events
boolean
deployment_events
boolean
note_events
boolean
confidential_note_events
boolean
pipeline_events
boolean
wiki_page_events
boolean
job_events
boolean
comment_on_event_enabled
boolean
inherited
boolean
vulnerability_events
boolean
Example
{ "id": 75, "title": "Jenkins CI", "slug": "jenkins", "created_at": "2019-11-20T11:20:25.297Z", "updated_at": "2019-11-20T12:24:37.498Z"}Bad request
Unauthorized
Not found
Unprocessable entity