- New Feature-> Project Attachment Tab (displays all attachments attached to issues in a project). Shows filename, size, author. E.g. allows to identify huge attachments and may be archived/deleted to reduce required space.
- Bug Fix: issue in attFileSizeSmallerThan("1024") returns more accurate results
Version history
1.3.0Jira Server 7.0.0 - 8.15.12020-07-06-->Project Attachments Feature<-- 1.2.0Jira Server 7.0.0 - 8.10.12020-06-29New Feature -> Find Issues which have heavy attachments New JQL function -> issue in attTotalSizeOfAttachmentsGreaterThan("1000")
Improvement -> issue in attAddedBy("admin") is more stable
1.1.0Jira Server 7.0.0 - 8.10.12018-08-18issue in attNumberGreaterEqualThan("2") issue in attNumberGreaterEqualThan("2") jql function added
1.0.1Jira Server 7.0.0 - 8.10.12018-05-23New JQL functions added Supported JQL functions:
- issue in attAddedAfter("2018-02-15")
- issue in attAddedBefore("2018-02-16")
- issue in attAddedBy("admin")
- issue in attFileName(".pdf")
- issue in attFileSizeGreaterThan("512")
- issue in attFileSizeSmallerThan("1024")