Details
-
Bug
-
Status: Testing (building)
-
Medium
-
Resolution: Unresolved
-
Xporter Cloud V1.24.21
-
None
Description
When using a Post Function to attach a Report, if the filename contains the character / the name of the generated report is not correct.
Steps to reproduce:
- Fill one field with the value A/B asd - dsqwdqwdqwd AGS123-teste10 dsasdsd
- Create a Multi Action function to attach the report to the issue
- Change the workflow to create and attach the report
The report is generated, but the system truncates the filename and uses just the text after the / character: B asd - dsqwdqwdqwd AGS123-teste10 dsasdsd.docx
Expected behavior:
Since the filesystems don't accept this character or may interpret it as a sub-directory, Xporter should replace / with another character, like "_" for example.