-
Bug
-
Resolution: Fixed
-
Low
-
None
-
8.0.4
-
Severity 3 - Minor
-
0
Issue Summary
When you want to make the rule which includes the attachment name condition in A4J, you will check Jira automation conditions.
However, the smart value statement in that doc is not correct. This is documentation bug.
This is reproducible on Data Center: yes
Steps to Reproduce
- Step 1: Go https://confluence.atlassian.com/automation/jira-automation-conditions-993924794.html and check the "Issue attachments" section
filename {{attachment.filetype}}: the filename of the attachment
Expected Results
filename {{attachment.filename}}: the filename of the attachment
or
filename {{attachment.fileName}}: the filename of the attachment
Actual Results
filename {{attachment.filetype}}: the filename of the attachment
It doesn't work in rule.
Workaround
Please use the following correct smart value statement.
{{attachment.fileName}}