Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
When trying to export the following mapping, the export timesout and no file is generated (either single and bulk)
#{for links|filter=%{!'${Links[n].IssueTypeName}'.equals('Story')}}
${Links[n].Key}
${Links[n].AssigneeUserDisplayName}
#{end}
or
#{for links|filter=%{'${Links[n].IssueTypeName}'.equals('Story') || '${Links[n].IssueTypeName}'.equals('Bug')}}
${Links[n].Key}
${Links[n].AssigneeUserDisplayName}
#{end}
or
#{for links|filter=%{'${Links[n].Description}'.indexOf('aipo') > -1}}
${Links[n].Key}
${Links[n].AssigneeUserDisplayName}
#{end}
or
#{for links|filter=%{!('${Links[n].Description}'.indexOf('aipo') > -1)}}
${Links[n].Key}
${Links[n].AssigneeUserDisplayName}
#{end}
or
#{for links|filter=%{'${Links[n].IssueTypeName}'.equals('Bug') && '${Links[n].Priority}'.equals('Major')}}
${Links[n].Key}
${Links[n].LinkType}
#{end}
This also happens when iterating comments, subtasks, etc, with filters
However, if I iterate using the variable and count, it works properly
working example
#{for j=LinksCount|filter=%{!'${Links[j].IssueTypeName}'.equals('Story')}}
${Links[j].Key}
${Links[j].AssigneeUserDisplayName}
#{end}
Attachments
Issue Links
- is blocked by
-
XPORTERCLOUD-190 Iterations with filters on XLSX templates aren't being processed correctly
-
- Closed
-