Atlassian · Schema

export_options

Options for issue export.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
project_key string
project_name string
send_email boolean
include_attachments boolean
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-export_options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "export_options",
  "type": "object",
  "description": "Options for issue export.",
  "properties": {
    "type": {
      "type": "string"
    },
    "project_key": {
      "type": "string"
    },
    "project_name": {
      "type": "string"
    },
    "send_email": {
      "type": "boolean"
    },
    "include_attachments": {
      "type": "boolean"
    }
  }
}