Jira · Schema

Jira Issue

A Jira issue representing a unit of work such as a bug, story, task, epic, or sub-task tracked within a Jira project.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
id string The unique identifier of the issue.
key string The key of the issue in PROJECT-NUMBER format (e.g., PROJ-123).
self string The URL of the issue in the Jira REST API.
expand string The expand options applied to the issue response.
fields object
renderedFields object HTML-rendered versions of applicable issue fields.
names object A mapping of field IDs to their human-readable names.
schema object JSON Schema definitions for each field on the issue.
transitions array The list of workflow transitions available for the issue.
changelog object
View JSON Schema on GitHub