Hi
I want restrict attachment type in creating issue(when creating issue must be attach ONLY excel File in "creat issue screen").I writed this script, but there are error in it.
How can I fix the problem?
Can this code be a solution??
attachmentManager.getAttachments(issue).each
{(it.getfilename.endsWith(".xlsx"))}
Thanks
Marzi