DevCycle Integrations: Jira API

The Integrations: Jira API from DevCycle — 3 operation(s) for integrations: jira.

Operations 3

DELETE /v1/integrations/jira/{token} [Deprecated] Remove Jira Integration Configuration #
DELETE /v1/integrations/jira/organization/{token} Remove Jira Organization Integration Configuration #
DELETE /v1/integrations/jira/project/{token} Remove Jira Project Integration Configuration #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/devcycle-integrations-jira-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

devcycle-integrations-jira-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: 'DevCycle Bucketing Audiences Integrations: Jira API'
  description: Documents the DevCycle Bucketing API which provides an API interface to User Bucketing and for Server SDKs configured to use Cloud Bucketing.
  version: 1.3.0
servers:
- url: https://bucketing-api.devcycle.com/
tags:
- name: 'Integrations: Jira'
paths:
  /v1/integrations/jira/{token}:
    delete:
      operationId: JiraIntegrationController_remove
      summary: '[Deprecated] Remove Jira Integration Configuration'
      description: DEPRECATED - Not recommended to be used. Use /integrations/jira/organization/:token or /integrations/jira/project/:token instead.
      parameters:
      - name: token
        required: true
        in: path
        schema:
          type: string
      responses:
        '200':
          description: ''
      tags:
      - 'Integrations: Jira'
  /v1/integrations/jira/organization/{token}:
    delete:
      operationId: JiraIntegrationController_removeOrganizationConnection
      summary: Remove Jira Organization Integration Configuration
      description: Remove the Jira integration configuration for an organization. This will remove the integration for an organization wide connection, but not project connections.
      parameters:
      - name: token
        required: true
        in: path
        schema:
          type: string
      tags:
      - 'Integrations: Jira'
      responses:
        '200':
          description: ''
        '403':
          description: ''
  /v1/integrations/jira/project/{token}:
    delete:
      operationId: JiraIntegrationController_removeProjectConnection
      summary: Remove Jira Project Integration Configuration
      description: Remove a specific project
      parameters:
      - name: token
        required: true
        in: path
        schema:
          type: string
      tags:
      - 'Integrations: Jira'
      responses:
        '200':
          description: Connection removed successfully
        '403':
          description: ''
components:
  securitySchemes:
    bearerAuth:
      type: apiKey
      in: header
      name: Authorization
      description: Enter your DevCycle SDK token