Atlassian · Schema

IssueArchivalSyncRequest

List of Issue Ids Or Keys that are to be archived or unarchived

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
issueIdsOrKeys array
View JSON Schema on GitHub

JSON Schema

atlassian-issuearchivalsyncrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueArchivalSyncRequest",
  "title": "IssueArchivalSyncRequest",
  "additionalProperties": false,
  "description": "List of Issue Ids Or Keys that are to be archived or unarchived",
  "properties": {
    "issueIdsOrKeys": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}