Interface Attachments

All Known Implementing Classes:
AttachmentsImpl

public interface Attachments
Grouping of admin tasks related to the Attachments section
Since:
v4.1
  • Method Details

    • enable

      void enable()
      Enables attachments and configures JIRA to use the default attachment path (jira.home/data/attachments).
      See Also:
    • enable

      void enable(String maxAttachmentSize)
    • disable

      void disable()
    • enableZipSupport

      void enableZipSupport()
    • disableZipSupport

      void disableZipSupport()
    • getCurrentAttachmentPath

      String getCurrentAttachmentPath()