Jira.js - Jira Cloud API library
    Preparing search index...

    Interface AttachmentSettings

    Details of the instance's attachment settings.

    interface AttachmentSettings {
        enabled?: boolean;
        uploadLimit?: number;
    }
    Index

    Properties

    enabled?: boolean

    Whether the ability to add attachments is enabled.

    uploadLimit?: number

    The maximum size of attachments permitted, in bytes.