Atlassian · JSON Structure

Atlassian Confluence Inline Tasks Task Structure

Type: object Properties: 14
CodeCollaborationPlatformProductivitySoftware Development

Task is a JSON Structure definition published by Atlassian, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

globalId id contentId status title description body creator assignee completeUser createDate dueDate updateDate completeDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Task",
  "type": "object",
  "properties": {
    "globalId": {
      "type": "integer"
    },
    "id": {
      "type": "integer"
    },
    "contentId": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "body": {
      "type": "string"
    },
    "creator": {
      "type": "string"
    },
    "assignee": {
      "type": "string"
    },
    "completeUser": {
      "type": "string"
    },
    "createDate": {
      "type": "integer"
    },
    "dueDate": {
      "type": "integer"
    },
    "updateDate": {
      "type": "integer"
    },
    "completeDate": {
      "type": "integer"
    }
  }
}