Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Redmine Issues.json API

The Issues.json API from Redmine — 1 operation(s) for issues.json.

Redmine Issues.json API is one of 18 APIs that Redmine publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Issues.json. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 1 path. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://{redmine_host}.

2 operations 1 paths 0 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://
Authentication
API Key, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

Redmine Issues.json API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-Redmine-API-Key (apiKeyHeader). An API key is passed in the query as key (apiKeyQuery). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Issues.json 2
GET
/issues.json
List issues
2 params → 200
POST
/issues.json
Create issue
body → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

redmine-issues-json-api-openapi.yml Raw ↑

Other APIs Redmine publishes across the network.

Redmine REST API
Redmine Attachments API
Redmine Custom Fields.json API
Redmine Groups.json API
Redmine Issue Statuses.json API
Redmine Issues API
Redmine My API
Redmine Projects API
Redmine Projects.json API
Redmine Roles.json API
Redmine Time Entries API
Redmine Time Entries.json API