jira.js
    Preparing search index...

    Function getAttachmentMeta

    • Returns the meta information for an attachments, specifically if they are enabled and the maximum upload size allowed.

      Parameters

      Returns Promise<{ enabled?: boolean; uploadLimit?: number; [key: string]: unknown }>