Open Context Protocol is live! 🚀 Read the launch post

getAttachmentMeta

Get Jira attachment settings

GET /rest/api/3/attachment/meta HTTP/1.1

Parameters

{}

Response Schema

{
  "additionalProperties": false,
  "description": "Details of the instance's attachment settings.",
  "properties": {
    "enabled": {
      "description": "Whether the ability to add attachments is enabled.",
      "readOnly": true,
      "type": "boolean"
    },
    "uploadLimit": {
      "description": "The maximum size of attachments permitted, in bytes.",
      "format": "int64",
      "readOnly": true,
      "type": "integer"
    }
  },
  "type": "object"
}