Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
Xporter Cloud 2.2.1
-
None
-
N/A
Description
Description
Xporter doesn't export anything when there's a .replace js function
How to reproduce
- create a template that contains the following .replace function
e.g. %{'${Description}'.replace(/a/g,"This is a Test");} This should replace all the A's in the issue description with 'This is a Test'
- export the template form an issue where the replace function would apply
(in this example, any issue with 'a' in the Description)
Actual result/Attachments
Export is empty
Expected result
.replace function should be applied and template fully exported
Workaround
Use Doc Gen
Attachments
Issue Links
- mentioned in
-
Page Loading...