GitLab API

GitlabTool

Actions1000

Overview

This node performs an HTTP PUT request to update the Jira Cloud App integration settings for a specific GitLab project. It is useful for automating the configuration of Jira Cloud integrations within GitLab projects, such as enabling or modifying the integration parameters programmatically.

Use Case Examples

  1. Updating Jira Cloud App integration settings for a GitLab project by specifying the project ID and the integration details in the request body.
  2. Automating the management of Jira Cloud integrations across multiple GitLab projects in a CI/CD pipeline.

Properties

Name Meaning
Skip Authentication Determines whether to skip the authentication process for the API request.
Authentication Specifies the authentication method to use for the API request, hidden unless Skip Authentication is false.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method The HTTP method used for the API request, defaulting to GET but set to PUT for this operation.
Path Parameters The path parameters for the API request, specifically the project ID to identify which project's Jira Cloud App integration to update.

Output

JSON

  • response - The JSON response from the GitLab API after updating the Jira Cloud App integration.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the project ID provided in the path parameters is valid and exists in the GitLab instance.
  • Verify that the authentication credentials (GitLab API key) are correctly configured and have sufficient permissions to update project integrations.
  • Check the request body schema to ensure all required fields for the Jira Cloud App integration update are correctly provided.
  • Common error messages may include authentication failures, invalid project ID, or malformed request body. Resolving these involves verifying credentials, project existence, and request payload format.

Links

Discussion