Atlassian · Schema

ExportArchivedIssuesTaskProgressResponse

The response for status request for a running/completed export task.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
fileUrl string
payload string
progress integer
status string
submittedTime string
taskId string
View JSON Schema on GitHub

JSON Schema

atlassian-exportarchivedissuestaskprogressresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportArchivedIssuesTaskProgressResponse",
  "title": "ExportArchivedIssuesTaskProgressResponse",
  "additionalProperties": false,
  "description": "The response for status request for a running/completed export task.",
  "properties": {
    "fileUrl": {
      "type": "string"
    },
    "payload": {
      "type": "string"
    },
    "progress": {
      "format": "int64",
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "submittedTime": {
      "format": "date-time",
      "type": "string"
    },
    "taskId": {
      "type": "string"
    }
  },
  "type": "object"
}