Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Xporter Cloud 2.3.3
-
None
-
None
-
Chrome
Description
Description
DueDate and DueDateTime is not working when using JQL iterations.
Pre-conditions
How to reproduce
- Create a template with the code below.
#{for i=JQLIssuesCount|clause=project =SND and key= SND-4420 order by Key ASC}Key: ${JQLIssues[i].Key}Summary: ${JQLIssues[i].Summary}Due date: ${JQLIssues[i].DueDate}Duedate format: ${dateformat("dd.MM.yyyy"):JQLIssues[i].DueDate}
- Create a Test issue with a Due date added.
- Export the issue using the above template.
Actual result/Attachments
Due date and Due date format are not working when we use the JQL iterations on the template.
Expected result
Due date and Due date format should be exported correctly.
Version
- <app versions>
Workaround