Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release 5.4.4
-
None
Description
When trying to generate a hyperlink to the issue address on JIRA server, using JQL for Issues,
#{for i=JQLIssuesCount|clause=project = DEMO}
@{title=‘TestLink‘|href=${BaseURL}/browse/${JQLIssues[i].Key}}
#{end}
the exported result is wrong. Create a hyperlink to the file system e.g. "file:///c:\\browse\demo-26" instead of a hyperlink to the issue address on JIRA server.
Using single or bulk export works as expected.
The problem happens with Word or Excel templates.