Skip to content

BitBucket

BitBucket

Create/edit/manage issues in bitbucket

Description

BitBucket integration gives you ability to manage your bitbucket issues using maira commands. You can create/edit/close issues or add comments to issues with maira commands. Ability to manage files/repositoties is coming soon.

Installation

For integrating with bitbucket, you need to provide your bitbucket authorization token. Make sure that the cluster name is set as bitbucket-default and service_name is set as bitbucket.

Below is sample configuration for enabling bitbucket integration

modules:
  - name: maira_io.module.http
services:
  - name: maira_io.service.http
    typed_config:
      "@type": types.google.com/maira_io.config.service.http.v1.Config
      clusters:
        - name: bitbucket-default
          addresses:
            - "https://api.bitbucket.com"
          request_headers_add:
            "username": <username>
            "password": <app password>
            "content-type": "application/json"
          service_name: bitbucket