# Structs
Attachment defined from schema: { "title": "Attachment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "applicationRoles": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "groups": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "key": { "title": "key", "type": "string" }, "locale": { "title": "locale", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "content": { "title": "content", "type": "string" }, "created": { "title": "created", "type": "string" }, "filename": { "title": "filename", "type": "string" }, "id": { "title": "id", "type": "integer" }, "mimeType": { "title": "mimeType", "type": "string" }, "properties": { "title": "properties", "type": "object", "patternProperties": { ".+": {} } }, "self": { "title": "self", "type": "string" }, "size": { "title": "size", "type": "integer" }, "thumbnail": { "title": "thumbnail", "type": "string" } } }.
AuthParams defined from schema: { "title": "Auth Params", "id": "https://docs.atlassian.com/jira/REST/schema/auth-params#", "type": "object", "properties": { "password": { "title": "password", "type": "string" }, "username": { "title": "username", "type": "string" } } }.
AuthSuccess defined from schema: { "title": "Auth Success", "id": "https://docs.atlassian.com/jira/REST/schema/auth-success#", "type": "object", "properties": { "loginInfo": { "title": "Login Info", "type": "object", "properties": { "failedLoginCount": { "title": "failedLoginCount", "type": "integer" }, "lastFailedLoginTime": { "title": "lastFailedLoginTime", "type": "string" }, "loginCount": { "title": "loginCount", "type": "integer" }, "previousLoginTime": { "title": "previousLoginTime", "type": "string" } } }, "session": { "title": "Session Info", "type": "object", "properties": { "name": { "title": "name", "type": "string" }, "value": { "title": "value", "type": "string" } } } } }.
ChangeHistory defined from schema: { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } }.
ChangeItem defined from schema: { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } }.
Changelog defined from schema: { "title": "Changelog", "type": "object", "properties": { "histories": { "title": "histories", "type": "array", "items": { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" } } }.
Comment defined from schema: { "title": "Comment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "timeZone": { "type": "string" } } }, "body": { "title": "body", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "renderedBody": { "title": "renderedBody", "type": "string" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } }.
CommentsWithPagination defined from schema: { "title": "Comments With Pagination", "id": "https://docs.atlassian.com/jira/REST/schema/comments-with-pagination#", "type": "object", "definitions": { "user": { "title": "User", "type": "object", "properties": { "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } } }, "properties": { "comments": { "title": "comments", "type": "array", "items": { "title": "Comment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "body": { "title": "body", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "renderedBody": { "title": "renderedBody", "type": "string" }, "self": { "title": "self", "type": "string" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" } } }.
Component defined from schema: { "title": "Component", "type": "object", "properties": { "assignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "assigneeType": { "title": "assigneeType", "type": "string" }, "description": { "title": "description", "type": "string" }, "id": { "title": "id", "type": "string" }, "isAssigneeTypeValid": { "title": "isAssigneeTypeValid", "type": "boolean" }, "lead": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "leadUserName": { "title": "leadUserName", "type": "string" }, "name": { "title": "name", "type": "string" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "realAssignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "realAssigneeType": { "title": "realAssigneeType", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
CreateMeta defined from schema: { "title": "Create Meta", "id": "https://docs.atlassian.com/jira/REST/schema/create-meta#", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "projects": { "title": "projects", "type": "array", "items": { "title": "Create Meta Project", "type": "object", "properties": { "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "issuetypes": { "title": "issuetypes", "type": "array", "items": { "title": "Create Meta Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } } }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } } } }.
CreateMetaIssueType defined from schema: { "title": "Create Meta Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } }.
CreateMetaProject defined from schema: { "title": "Create Meta Project", "type": "object", "properties": { "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "issuetypes": { "title": "issuetypes", "type": "array", "items": { "title": "Create Meta Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } } }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
CurrentUser defined from schema: { "title": "Current User", "id": "https://docs.atlassian.com/jira/REST/schema/current-user#", "type": "object", "properties": { "loginInfo": { "title": "Login Info", "type": "object", "properties": { "failedLoginCount": { "title": "failedLoginCount", "type": "integer" }, "lastFailedLoginTime": { "title": "lastFailedLoginTime", "type": "string" }, "loginCount": { "title": "loginCount", "type": "integer" }, "previousLoginTime": { "title": "previousLoginTime", "type": "string" } } }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
EditMeta defined from schema: { "title": "Edit Meta", "type": "object", "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } } } }.
EntityProperty defined from schema: { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } }.
No description provided by the author
ErrorCollection defined from schema: { "title": "Error Collection", "id": "https://docs.atlassian.com/jira/REST/schema/error-collection#", "type": "object", "properties": { "errorMessages": { "title": "errorMessages", "type": "array", "items": { "type": "string" } }, "errors": { "title": "errors", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "status": { "title": "status", "type": "integer" } } }.
Field defined from schema: { "title": "Field", "id": "https://docs.atlassian.com/jira/REST/schema/field#", "type": "object", "properties": { "clauseNames": { "title": "clauseNames", "type": "array", "items": { "type": "string" } }, "custom": { "title": "custom", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "navigable": { "title": "navigable", "type": "boolean" }, "orderable": { "title": "orderable", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } }, "searchable": { "title": "searchable", "type": "boolean" } } }.
FieldMeta defined from schema: { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } }.
Group defined from schema: { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } }.
HistoryMetadata defined from schema: { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }.
HistoryMetadataParticipant defined from schema: { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }.
Issue defined from schema: { "title": "Issue", "type": "object", "properties": { "changelog": { "title": "Changelog", "type": "object", "properties": { "histories": { "title": "histories", "type": "array", "items": { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" } } }, "editmeta": { "title": "Edit Meta", "type": "object", "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } } } }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": {} } }, "fieldsToInclude": { "title": "Included Fields", "type": "object" }, "id": { "title": "id", "type": "string" }, "key": { "title": "key", "type": "string" }, "names": { "title": "names", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "operations": { "title": "Opsbar", "type": "object", "properties": { "linkGroups": { "title": "linkGroups", "type": "array", "items": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } } } } }, "properties": { "title": "Properties", "type": "object", "properties": { "properties": { "title": "properties", "type": "object", "patternProperties": { ".+": { "type": "string" } } } } }, "renderedFields": { "title": "renderedFields", "type": "object", "patternProperties": { ".+": {} } }, "schema": { "title": "schema", "type": "object", "patternProperties": { ".+": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } } } }, "self": { "title": "self", "type": "string" }, "transitions": { "title": "transitions", "type": "array", "items": { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } } }, "versionedRepresentations": { "title": "versionedRepresentations", "type": "object", "patternProperties": { ".+": { "type": "object", "patternProperties": { ".+": {} } } } } } }.
IssueCreateResponse defined from schema: { "title": "Issue Create Response", "id": "https://docs.atlassian.com/jira/REST/schema/issue-create-response#", "type": "object", "properties": { "id": { "title": "id", "type": "string" }, "key": { "title": "key", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
IssueLinkType defined from schema: { "title": "Issue Link Type", "type": "object", "properties": { "id": { "title": "id", "type": "string" }, "inward": { "title": "inward", "type": "string" }, "name": { "title": "name", "type": "string" }, "outward": { "title": "outward", "type": "string" } } }.
IssueRef defined from schema: { "title": "Issue Ref", "type": "object", "properties": { "fields": { "title": "Fields", "type": "object", "properties": { "issuetype": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "type": "integer" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "subtask": { "type": "boolean" } } }, "priority": { "title": "Priority", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusColor": { "type": "string" } } }, "status": { "title": "Status", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" } } }, "statusColor": { "type": "string" } } }, "summary": { "type": "string" } } }, "id": { "type": "string" }, "key": { "type": "string" } } }.
IssueType defined from schema: { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } }.
IssueUpdate defined from schema: { "title": "Issue Update", "id": "https://docs.atlassian.com/jira/REST/schema/issue-update#", "type": "object", "definitions": { "history-metadata-participant": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } } }, "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": {} } }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "transition": { "title": "Transition", "type": "object", "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } }, "update": { "title": "update", "type": "object", "patternProperties": { ".+": { "type": "array", "items": { "title": "Field Operation", "type": "object" } } } } } }.
JSONType defined from schema: { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } }.
LinkGroup defined from schema: { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } }.
LinkIssueRequest defined from schema: { "title": "Link Issue Request", "id": "https://docs.atlassian.com/jira/REST/schema/link-issue-request#", "type": "object", "definitions": { "issue-ref": { "title": "Issue Ref", "type": "object", "properties": { "fields": { "title": "Fields", "type": "object", "properties": { "issuetype": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "type": "integer" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "subtask": { "type": "boolean" } } }, "priority": { "title": "Priority", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusColor": { "type": "string" } } }, "status": { "title": "Status", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" } } }, "statusColor": { "type": "string" } } }, "summary": { "type": "string" } } }, "id": { "type": "string" }, "key": { "type": "string" } } }, "user": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "timeZone": { "type": "string" } } } }, "properties": { "comment": { "title": "Comment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "timeZone": { "type": "string" } } }, "body": { "title": "body", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "renderedBody": { "title": "renderedBody", "type": "string" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } }, "inwardIssue": { "title": "Issue Ref", "type": "object", "properties": { "fields": { "title": "Fields", "type": "object", "properties": { "issuetype": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "type": "integer" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "subtask": { "type": "boolean" } } }, "priority": { "title": "Priority", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusColor": { "type": "string" } } }, "status": { "title": "Status", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" } } }, "statusColor": { "type": "string" } } }, "summary": { "type": "string" } } }, "id": { "type": "string" }, "key": { "type": "string" } } }, "outwardIssue": { "title": "Issue Ref", "type": "object", "properties": { "fields": { "title": "Fields", "type": "object", "properties": { "issuetype": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "type": "integer" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "subtask": { "type": "boolean" } } }, "priority": { "title": "Priority", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusColor": { "type": "string" } } }, "status": { "title": "Status", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" } } }, "statusColor": { "type": "string" } } }, "summary": { "type": "string" } } }, "id": { "type": "string" }, "key": { "type": "string" } } }, "type": { "title": "Issue Link Type", "type": "object", "properties": { "id": { "title": "id", "type": "string" }, "inward": { "title": "inward", "type": "string" }, "name": { "title": "name", "type": "string" }, "outward": { "title": "outward", "type": "string" } } } } }.
LoginInfo defined from schema: { "title": "Login Info", "type": "object", "properties": { "failedLoginCount": { "title": "failedLoginCount", "type": "integer" }, "lastFailedLoginTime": { "title": "lastFailedLoginTime", "type": "string" }, "loginCount": { "title": "loginCount", "type": "integer" }, "previousLoginTime": { "title": "previousLoginTime", "type": "string" } } }.
Opsbar defined from schema: { "title": "Opsbar", "type": "object", "properties": { "linkGroups": { "title": "linkGroups", "type": "array", "items": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } } } } }.
Priority defined from schema: { "title": "Priority", "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "statusColor": { "type": "string" } } }.
Project defined from schema: { "title": "Project", "id": "https://docs.atlassian.com/jira/REST/schema/project#", "type": "object", "definitions": { "simple-list-wrapper": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "user": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } } }, "properties": { "assigneeType": { "title": "assigneeType", "type": "string" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "components": { "title": "components", "type": "array", "items": { "title": "Component", "type": "object", "properties": { "assignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "assigneeType": { "title": "assigneeType", "type": "string" }, "description": { "title": "description", "type": "string" }, "id": { "title": "id", "type": "string" }, "isAssigneeTypeValid": { "title": "isAssigneeTypeValid", "type": "boolean" }, "lead": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "leadUserName": { "title": "leadUserName", "type": "string" }, "name": { "title": "name", "type": "string" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "realAssignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "realAssigneeType": { "title": "realAssigneeType", "type": "string" }, "self": { "title": "self", "type": "string" } } } }, "description": { "title": "description", "type": "string" }, "email": { "title": "email", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "issueTypes": { "title": "issueTypes", "type": "array", "items": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } } }, "key": { "title": "key", "type": "string" }, "lead": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "name": { "title": "name", "type": "string" }, "projectCategory": { "title": "Project Category", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "projectKeys": { "title": "projectKeys", "type": "array", "items": { "type": "string" } }, "projectTypeKey": { "title": "projectTypeKey", "type": "string" }, "roles": { "title": "roles", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "self": { "title": "self", "type": "string" }, "url": { "title": "url", "type": "string" }, "versions": { "title": "versions", "type": "array", "items": { "title": "Version", "type": "object", "properties": { "archived": { "title": "archived", "type": "boolean" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "moveUnfixedIssuesTo": { "title": "moveUnfixedIssuesTo", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "title": "Simple Link", "type": "object", "properties": { "href": { "title": "href", "type": "string" }, "iconClass": { "title": "iconClass", "type": "string" }, "id": { "title": "id", "type": "string" }, "label": { "title": "label", "type": "string" }, "styleClass": { "title": "styleClass", "type": "string" }, "title": { "title": "title", "type": "string" }, "weight": { "title": "weight", "type": "integer" } } } }, "overdue": { "title": "overdue", "type": "boolean" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "released": { "title": "released", "type": "boolean" }, "remotelinks": { "title": "remotelinks", "type": "array", "items": { "title": "Remote Entity Link", "type": "object", "properties": { "link": { "title": "link" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } }, "self": { "title": "self", "type": "string" }, "userReleaseDate": { "title": "userReleaseDate", "type": "string" }, "userStartDate": { "title": "userStartDate", "type": "string" } } } } } }.
ProjectCategory defined from schema: { "title": "Project Category", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
No description provided by the author
RemoteEntityLink defined from schema: { "title": "Remote Entity Link", "type": "object", "properties": { "link": { "title": "link" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
SearchRequest defined from schema: { "title": "Search Request", "id": "https://docs.atlassian.com/jira/REST/schema/search-request#", "type": "object", "properties": { "fields": { "title": "fields", "type": "array", "items": { "type": "string" } }, "fieldsByKeys": { "title": "fieldsByKeys", "type": "boolean" }, "jql": { "title": "jql", "type": "string" }, "maxResults": { "title": "maxResults", "type": "integer" }, "properties": { "title": "properties", "type": "array", "items": { "type": "string" } }, "startAt": { "title": "startAt", "type": "integer" }, "validateQuery": { "title": "validateQuery", "type": "string" } } }.
SearchResults defined from schema: { "title": "Search Results", "id": "https://docs.atlassian.com/jira/REST/schema/search-results#", "type": "object", "definitions": { "field-meta": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } }, "history-metadata-participant": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "json-type": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } }, "link-group": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } }, "simple-link": { "title": "Simple Link", "type": "object", "properties": { "href": { "type": "string" }, "iconClass": { "type": "string" }, "id": { "type": "string" }, "label": { "type": "string" }, "styleClass": { "type": "string" }, "title": { "type": "string" }, "weight": { "type": "integer" } } } }, "properties": { "expand": { "title": "expand", "type": "string" }, "issues": { "title": "issues", "type": "array", "items": { "title": "Issue", "type": "object", "properties": { "changelog": { "title": "Changelog", "type": "object", "properties": { "histories": { "title": "histories", "type": "array", "items": { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" } } }, "editmeta": { "title": "Edit Meta", "type": "object", "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } } } }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": {} } }, "fieldsToInclude": { "title": "Included Fields", "type": "object" }, "id": { "title": "id", "type": "string" }, "key": { "title": "key", "type": "string" }, "names": { "title": "names", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "operations": { "title": "Opsbar", "type": "object", "properties": { "linkGroups": { "title": "linkGroups", "type": "array", "items": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } } } } }, "properties": { "title": "Properties", "type": "object", "properties": { "properties": { "title": "properties", "type": "object", "patternProperties": { ".+": { "type": "string" } } } } }, "renderedFields": { "title": "renderedFields", "type": "object", "patternProperties": { ".+": {} } }, "schema": { "title": "schema", "type": "object", "patternProperties": { ".+": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } } } }, "self": { "title": "self", "type": "string" }, "transitions": { "title": "transitions", "type": "array", "items": { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } } }, "versionedRepresentations": { "title": "versionedRepresentations", "type": "object", "patternProperties": { ".+": { "type": "object", "patternProperties": { ".+": {} } } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "names": { "title": "names", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "schema": { "title": "schema", "type": "object", "patternProperties": { ".+": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } } } }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" }, "warningMessages": { "title": "warningMessages", "type": "array", "items": { "type": "string" } } } }.
No description provided by the author
SessionInfo defined from schema: { "title": "Session Info", "type": "object", "properties": { "name": { "title": "name", "type": "string" }, "value": { "title": "value", "type": "string" } } }.
SimpleLink defined from schema: { "title": "Simple Link", "type": "object", "properties": { "href": { "title": "href", "type": "string" }, "iconClass": { "title": "iconClass", "type": "string" }, "id": { "title": "id", "type": "string" }, "label": { "title": "label", "type": "string" }, "styleClass": { "title": "styleClass", "type": "string" }, "title": { "title": "title", "type": "string" }, "weight": { "title": "weight", "type": "integer" } } }.
SimpleListWrapper defined from schema: { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }.
Status defined from schema: { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } }.
StatusCategory defined from schema: { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }.
Transition defined from schema: { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } }.
TransitionsMeta defined from schema: { "title": "Transitions Meta", "id": "https://docs.atlassian.com/jira/REST/schema/transitions-meta#", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "transitions": { "title": "transitions", "type": "array", "items": { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } } } } }.
User defined from schema: { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "applicationRoles": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "groups": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "key": { "title": "key", "type": "string" }, "locale": { "title": "locale", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }.
Version defined from schema: { "title": "Version", "type": "object", "properties": { "archived": { "title": "archived", "type": "boolean" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "moveUnfixedIssuesTo": { "title": "moveUnfixedIssuesTo", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "title": "Simple Link", "type": "object", "properties": { "href": { "title": "href", "type": "string" }, "iconClass": { "title": "iconClass", "type": "string" }, "id": { "title": "id", "type": "string" }, "label": { "title": "label", "type": "string" }, "styleClass": { "title": "styleClass", "type": "string" }, "title": { "title": "title", "type": "string" }, "weight": { "title": "weight", "type": "integer" } } } }, "overdue": { "title": "overdue", "type": "boolean" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "released": { "title": "released", "type": "boolean" }, "remotelinks": { "title": "remotelinks", "type": "array", "items": { "title": "Remote Entity Link", "type": "object", "properties": { "link": { "title": "link" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } }, "self": { "title": "self", "type": "string" }, "userReleaseDate": { "title": "userReleaseDate", "type": "string" }, "userStartDate": { "title": "userStartDate", "type": "string" } } }.
Visibility defined from schema: { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } }.
Worklog defined from schema: { "title": "Worklog", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "comment": { "title": "comment", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "issueId": { "title": "issueId", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "self": { "title": "self", "type": "string" }, "started": { "title": "started", "type": "string" }, "timeSpent": { "title": "timeSpent", "type": "string" }, "timeSpentSeconds": { "title": "timeSpentSeconds", "type": "integer" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } }.
WorklogWithPagination defined from schema: { "title": "Worklog With Pagination", "id": "https://docs.atlassian.com/jira/REST/schema/worklog-with-pagination#", "type": "object", "definitions": { "user": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } } }, "properties": { "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" }, "worklogs": { "title": "worklogs", "type": "array", "items": { "title": "Worklog", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "comment": { "title": "comment", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "issueId": { "title": "issueId", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "self": { "title": "self", "type": "string" }, "started": { "title": "started", "type": "string" }, "timeSpent": { "title": "timeSpent", "type": "string" }, "timeSpentSeconds": { "title": "timeSpentSeconds", "type": "integer" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } } } } }.
# Type aliases
AllowedValues defined from schema: { "title": "allowedValues", "type": "array", "items": {} }.
ClauseNames defined from schema: { "title": "clauseNames", "type": "array", "items": { "type": "string" } }.
Comments defined from schema: { "title": "comments", "type": "array", "items": { "title": "Comment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "body": { "title": "body", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "renderedBody": { "title": "renderedBody", "type": "string" }, "self": { "title": "self", "type": "string" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } } }.
Components defined from schema: { "title": "components", "type": "array", "items": { "title": "Component", "type": "object", "properties": { "assignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "assigneeType": { "title": "assigneeType", "type": "string" }, "description": { "title": "description", "type": "string" }, "id": { "title": "id", "type": "string" }, "isAssigneeTypeValid": { "title": "isAssigneeTypeValid", "type": "boolean" }, "lead": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "leadUserName": { "title": "leadUserName", "type": "string" }, "name": { "title": "name", "type": "string" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "realAssignee": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "applicationRoles": { "$ref": "#/definitions/simple-list-wrapper" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "expand": { "type": "string" }, "groups": { "$ref": "#/definitions/simple-list-wrapper" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "realAssigneeType": { "title": "realAssigneeType", "type": "string" }, "self": { "title": "self", "type": "string" } } } }.
ErrorMessages defined from schema: { "title": "errorMessages", "type": "array", "items": { "type": "string" } }.
FieldMetaMap defined from schema: { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }.
FieldOperation defined from schema: { "title": "Field Operation", "type": "object" }.
FieldOperations defined from schema: { "type": "array", "items": { "title": "Field Operation", "type": "object" } }.
FieldOperationsMap defined from schema: { "title": "update", "type": "object", "patternProperties": { ".+": { "type": "array", "items": { "title": "Field Operation", "type": "object" } } } }.
Fields defined from schema: { "title": "fields", "type": "array", "items": { "type": "string" } }.
Groups defined from schema: { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }.
Histories defined from schema: { "title": "histories", "type": "array", "items": { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } } }.
IncludedFields defined from schema: { "title": "Included Fields", "type": "object" }.
this is for some bad schemas like Attachments.ID where in some api's it is an `int` and some it is a `string`.
IssueLinkTypes defined from schema: { "title": "issueLinkTypes", "type": "array", "items": { "title": "Issue Link Type", "type": "object", "properties": { "id": { "title": "id", "type": "string" }, "inward": { "title": "inward", "type": "string" }, "name": { "title": "name", "type": "string" }, "outward": { "title": "outward", "type": "string" }, "self": { "title": "self", "type": "string" } } } }.
Issues defined from schema: { "title": "issues", "type": "array", "items": { "title": "Issue", "type": "object", "properties": { "changelog": { "title": "Changelog", "type": "object", "properties": { "histories": { "title": "histories", "type": "array", "items": { "title": "Change History", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "created": { "title": "created", "type": "string" }, "historyMetadata": { "title": "History Metadata", "type": "object", "properties": { "activityDescription": { "title": "activityDescription", "type": "string" }, "activityDescriptionKey": { "title": "activityDescriptionKey", "type": "string" }, "actor": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "cause": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "description": { "title": "description", "type": "string" }, "descriptionKey": { "title": "descriptionKey", "type": "string" }, "emailDescription": { "title": "emailDescription", "type": "string" }, "emailDescriptionKey": { "title": "emailDescriptionKey", "type": "string" }, "extraData": { "title": "extraData", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "generator": { "title": "History Metadata Participant", "type": "object", "properties": { "avatarUrl": { "type": "string" }, "displayName": { "type": "string" }, "displayNameKey": { "type": "string" }, "id": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } }, "type": { "title": "type", "type": "string" } } }, "id": { "title": "id", "type": "string" }, "items": { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } } } } }, "maxResults": { "title": "maxResults", "type": "integer" }, "startAt": { "title": "startAt", "type": "integer" }, "total": { "title": "total", "type": "integer" } } }, "editmeta": { "title": "Edit Meta", "type": "object", "properties": { "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } } } }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": {} } }, "fieldsToInclude": { "title": "Included Fields", "type": "object" }, "id": { "title": "id", "type": "string" }, "key": { "title": "key", "type": "string" }, "names": { "title": "names", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "operations": { "title": "Opsbar", "type": "object", "properties": { "linkGroups": { "title": "linkGroups", "type": "array", "items": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } } } } }, "properties": { "title": "Properties", "type": "object", "properties": { "properties": { "title": "properties", "type": "object", "patternProperties": { ".+": { "type": "string" } } } } }, "renderedFields": { "title": "renderedFields", "type": "object", "patternProperties": { ".+": {} } }, "schema": { "title": "schema", "type": "object", "patternProperties": { ".+": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } } } }, "self": { "title": "self", "type": "string" }, "transitions": { "title": "transitions", "type": "array", "items": { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "type": "array", "items": {} }, "autoCompleteUrl": { "type": "string" }, "defaultValue": {}, "hasDefaultValue": { "type": "boolean" }, "key": { "type": "string" }, "name": { "type": "string" }, "operations": { "type": "array", "items": { "type": "string" } }, "required": { "type": "boolean" }, "schema": { "$ref": "#/definitions/json-type" } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } } }, "versionedRepresentations": { "title": "versionedRepresentations", "type": "object", "patternProperties": { ".+": { "type": "object", "patternProperties": { ".+": {} } } } } } } }.
IssueTypes defined from schema: { "title": "issueTypes", "type": "array", "items": { "title": "Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } } }.
Items defined from schema: { "title": "items", "type": "array", "items": { "title": "Change Item", "type": "object", "properties": { "field": { "title": "field", "type": "string" }, "fieldId": { "title": "fieldId", "type": "string" }, "fieldtype": { "title": "fieldtype", "type": "string" }, "from": { "title": "from", "type": "string" }, "fromString": { "title": "fromString", "type": "string" }, "to": { "title": "to", "type": "string" }, "toString": { "title": "toString", "type": "string" } } } }.
JSONTypeMap defined from schema: { "title": "schema", "type": "object", "patternProperties": { ".+": { "title": "Json Type", "type": "object", "properties": { "custom": { "type": "string" }, "customId": { "type": "integer" }, "items": { "type": "string" }, "system": { "type": "string" }, "type": { "type": "string" } } } } }.
LinkGroups defined from schema: { "title": "linkGroups", "type": "array", "items": { "title": "Link Group", "type": "object", "properties": { "groups": { "type": "array", "items": { "$ref": "#/definitions/link-group" } }, "header": { "$ref": "#/definitions/simple-link" }, "id": { "type": "string" }, "links": { "type": "array", "items": { "$ref": "#/definitions/simple-link" } }, "styleClass": { "type": "string" }, "weight": { "type": "integer" } } } }.
ListOfAttachment defined from schema: { "title": "List of Attachment", "id": "https://docs.atlassian.com/jira/REST/schema/list-of-attachment#", "type": "array", "definitions": { "simple-list-wrapper": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } } }, "items": { "title": "Attachment", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "title": "accountId", "type": "string" }, "active": { "title": "active", "type": "boolean" }, "applicationRoles": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "title": "displayName", "type": "string" }, "emailAddress": { "title": "emailAddress", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "groups": { "title": "Simple List Wrapper", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Group", "type": "object", "properties": { "name": { "type": "string" }, "self": { "type": "string" } } } }, "max-results": { "type": "integer" }, "size": { "type": "integer" } } }, "key": { "title": "key", "type": "string" }, "locale": { "title": "locale", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "timeZone": { "title": "timeZone", "type": "string" } } }, "content": { "title": "content", "type": "string" }, "created": { "title": "created", "type": "string" }, "filename": { "title": "filename", "type": "string" }, "id": { "title": "id", "type": "integer" }, "mimeType": { "title": "mimeType", "type": "string" }, "properties": { "title": "properties", "type": "object", "patternProperties": { ".+": {} } }, "self": { "title": "self", "type": "string" }, "size": { "title": "size", "type": "integer" }, "thumbnail": { "title": "thumbnail", "type": "string" } } } }.
Operations defined from schema: { "title": "operations", "type": "array", "items": { "type": "string" } }.
ProjectKeys defined from schema: { "title": "projectKeys", "type": "array", "items": { "type": "string" } }.
Projects defined from schema: { "title": "projects", "type": "array", "items": { "title": "Create Meta Project", "type": "object", "properties": { "avatarUrls": { "title": "avatarUrls", "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "issuetypes": { "title": "issuetypes", "type": "array", "items": { "title": "Create Meta Issue Type", "type": "object", "properties": { "avatarId": { "title": "avatarId", "type": "integer" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "subtask": { "title": "subtask", "type": "boolean" } } } }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } }.
Properties defined from schema: { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }.
Remotelinks defined from schema: { "title": "remotelinks", "type": "array", "items": { "title": "Remote Entity Link", "type": "object", "properties": { "link": { "title": "link" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } }.
Transitions defined from schema: { "title": "transitions", "type": "array", "items": { "title": "Transition", "type": "object", "properties": { "expand": { "title": "expand", "type": "string" }, "fields": { "title": "fields", "type": "object", "patternProperties": { ".+": { "title": "Field Meta", "type": "object", "properties": { "allowedValues": { "title": "allowedValues", "type": "array", "items": {} }, "autoCompleteUrl": { "title": "autoCompleteUrl", "type": "string" }, "defaultValue": { "title": "defaultValue" }, "hasDefaultValue": { "title": "hasDefaultValue", "type": "boolean" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "type": "string" } }, "required": { "title": "required", "type": "boolean" }, "schema": { "title": "Json Type", "type": "object", "properties": { "custom": { "title": "custom", "type": "string" }, "customId": { "title": "customId", "type": "integer" }, "items": { "title": "items", "type": "string" }, "system": { "title": "system", "type": "string" }, "type": { "title": "type", "type": "string" } } } } } } }, "hasScreen": { "title": "hasScreen", "type": "boolean" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "to": { "title": "Status", "type": "object", "properties": { "description": { "title": "description", "type": "string" }, "iconUrl": { "title": "iconUrl", "type": "string" }, "id": { "title": "id", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" }, "statusCategory": { "title": "Status Category", "type": "object", "properties": { "colorName": { "title": "colorName", "type": "string" }, "id": { "title": "id", "type": "integer" }, "key": { "title": "key", "type": "string" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } }, "statusColor": { "title": "statusColor", "type": "string" } } } } } }.
Versions defined from schema: { "title": "versions", "type": "array", "items": { "title": "Version", "type": "object", "properties": { "archived": { "title": "archived", "type": "boolean" }, "description": { "title": "description", "type": "string" }, "expand": { "title": "expand", "type": "string" }, "id": { "title": "id", "type": "string" }, "moveUnfixedIssuesTo": { "title": "moveUnfixedIssuesTo", "type": "string" }, "name": { "title": "name", "type": "string" }, "operations": { "title": "operations", "type": "array", "items": { "title": "Simple Link", "type": "object", "properties": { "href": { "title": "href", "type": "string" }, "iconClass": { "title": "iconClass", "type": "string" }, "id": { "title": "id", "type": "string" }, "label": { "title": "label", "type": "string" }, "styleClass": { "title": "styleClass", "type": "string" }, "title": { "title": "title", "type": "string" }, "weight": { "title": "weight", "type": "integer" } } } }, "overdue": { "title": "overdue", "type": "boolean" }, "project": { "title": "project", "type": "string" }, "projectId": { "title": "projectId", "type": "integer" }, "released": { "title": "released", "type": "boolean" }, "remotelinks": { "title": "remotelinks", "type": "array", "items": { "title": "Remote Entity Link", "type": "object", "properties": { "link": { "title": "link" }, "name": { "title": "name", "type": "string" }, "self": { "title": "self", "type": "string" } } } }, "self": { "title": "self", "type": "string" }, "userReleaseDate": { "title": "userReleaseDate", "type": "string" }, "userStartDate": { "title": "userStartDate", "type": "string" } } } }.
WarningMessages defined from schema: { "title": "warningMessages", "type": "array", "items": { "type": "string" } }.
Worklogs defined from schema: { "title": "worklogs", "type": "array", "items": { "title": "Worklog", "type": "object", "properties": { "author": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "comment": { "title": "comment", "type": "string" }, "created": { "title": "created", "type": "string" }, "id": { "title": "id", "type": "string" }, "issueId": { "title": "issueId", "type": "string" }, "properties": { "title": "properties", "type": "array", "items": { "title": "Entity Property", "type": "object", "properties": { "key": { "title": "key", "type": "string" }, "value": { "title": "value" } } } }, "self": { "title": "self", "type": "string" }, "started": { "title": "started", "type": "string" }, "timeSpent": { "title": "timeSpent", "type": "string" }, "timeSpentSeconds": { "title": "timeSpentSeconds", "type": "integer" }, "updateAuthor": { "title": "User", "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "patternProperties": { ".+": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "title": "updated", "type": "string" }, "visibility": { "title": "Visibility", "type": "object", "properties": { "type": { "title": "type", "type": "string" }, "value": { "title": "value", "type": "string" } } } } } }.