Attachments macro exclude filename patterns

Kienz April 8, 2013

Actual in the attachments macro you can define which files (with patterns) will be displayed.

Is there also a way to exclude files?

e.g. Display all files except .jpg files

Thanks.

2 answers

1 accepted

2 votes
Answer accepted
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2013

Hi Stefan,

I could not find a feature for this in the attachment macro, so I've created a new improvement for you: https://jira.atlassian.com/browse/CONF-29082

I suggest to vote and add your comment to the ticket to increase the chances to be implemented in the future. I hope this helps! :)

Regards,

Rodrigo

0 votes
Todor Plachkov February 1, 2018

I've created a macro with a drop-down list of fileType to Exclude. If you want, add more type of files in the "enumValues" part of the parameter definition:

## Macro title: Exclude File Type Upload Area
## Macro has a body: N
##
## Developed by: Name
## Date created: dd/mm/yyyy

## @param fileTypeExc:title=File Type to Exclude|type=enum|enumValues=png,jpeg,bmp,xlsx,xls,docx,doc,pptx,ppt,zip,rar,pdf|default=png|desc=Select type of file to exclude (ask the Confluence administrator, if you want to exclude more than one type of files)

<p><ac:macro ac:name="attachments"><ac:parameter ac:name="patterns">.*.[^($paramfileTypeExc)]$</ac:parameter></ac:macro></p>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events