With our add-on you can search issues by multiple criteria. You can find issue by content of the attachments and expressions in the files (as specified in documentation), file names, file extensions.
Use a simple JQL query to search your attachments.
Filter your attachment view with our Attachment List View custom field.
All your files will be automatically indexed so that you can search them by content of the document.
Our add-on allows you to index all popular file formats (e.g. PDF, Excel, Word, Powerpoint, Open Office, metadata from music, movies, content of archives). Plugin will extract and index almost all archive formats like zip, rar or tar.
You can also rebuild whole index manually and exclude files from indexing (like very large attachments).
Simple and powerful JQL function allow you to construct any kind of JQL query to find your issue based on attached files.
If you are searching for any issues with files containing word Alice then just use simple query function:
issue in attContent("Alice")
or go complex and flexible with advanced syntax:
-- find all issues that have attachment with
-- name 'workflow or 'png' extension
issue in havingAttachments
("name:workflow OR type:png")
Check our JQL function documentation for more examples.
Contact us! We listen to our customers. We react fast. We deliver.