Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Regexmatchesnot match with
(?i).*\.mp3$

something.mp3

something.Mp3

something.MP3

something.MP4

something.mp34

somethingMP3.jpg




Filter by File Type and File Size

Status
colourGreen
titleSince 8.1.1

File type and size combined filters help you phrase filters that check both the attachment's file type and its file size. Attachments matching the type setting in the filter and are smaller in size than the value specified in the filter, are not added to the issue.

Image Added

Attributes

  • Mime-type regular expression: a regex that is matched against the file's mime type. Regex makes it easy to match all image types or any other file types with a single entry
  • Max file size (KB): files smaller than this value will not be added to the issues if their type matches the corresponding regex

Image Added