Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Restringir campo attachment

Deleted user February 23, 2021

Bom dia, existe a posibilidade de restringir o campo attachemnt para receber apenas extensões .pdf e as demais não  ser permitidos

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Champion
February 23, 2021

não há nenhum meio de restringir o tipo de anexo.

Deleted user February 23, 2021

Então, tenho algumas request que os usuários consegue anexar arquivos  com extensão .exe e eu não queria que ele anexassem este tipo de arquivos, apenas arquivos .doc e .pdf

Deleted user March 17, 2021

Boa tarde consegui fazer com o scriptrunning

import com.atlassian.jira.component.ComponentAccessorimport com.atlassian.jira.issue.attachment.Attachmentdef attachmentManager = ComponentAccessor.getAttachmentManager()//Efetuar uma buscar de acordo com as extensões deleta o arquivo anexadodef attachments = attachmentManager.getAttachments(issue).findAll {it.filename.endsWith('.exe'||it.filename.endsWith('.bat'|| it.filename.endsWith('.msi')  } as Listattachments.each {    attachmentManager.deleteAttachment(it)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events