-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 10.132.3
-
Component/s: Static Reports - General Reports
-
3
-
Severity 2 - Major
-
No
Issue Summary
Burndown report at a team level errors with "Whoops - Get me out of here" when atleast one of sprint of the team has the actualEndDate as null
Steps to Reproduce
- Identify sprints that have the actualEndDate as null using the API call - https://<JA_URL/rest/align/api/2/Iterations?$filter=actualEndDate eq null
- pick one sprint from the above output.
- note the releaseID and teamId based on above output
- Note the PI name corresponding to the releaseID from the Jira Align console
- Browse to corresponding team on the Jira Align Console matching the above noted teamId
- Browse to Reports > Burddown and choose the PI noted above
- Notice the error "Whoops - Get me out of here"
- Notice the ASP logs error as below:
"Level":"Error","MessageTemplate":"SQLError","RenderedMessage":"SQLError","Exception":"System.FormatException: Failed to convert parameter value from a String to a DateTime. ---> System.FormatException: String was not recognized as a valid DateTime.\r\n at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)\r\n at System.Convert.ToDateTime(String value, IFormatProvider provider)
Expected Results
- Burndown chart should be generated even if the actualEndDate is missing.
Actual Results
- Burndown chart is not generated when the actualEndDate is missing on the sprint.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
- is related to
-
JIRAALIGN-6636 Team Room: Sprint status report fails to open when the actualEndDate is missing on the Sprint
-
- Gathering Impact
-
-
JAIAC-5314 Loading...
- is connected to
-
JARDA-5273 Loading...
- resolves
-
ALIGNSP-24331 Loading...
-
PS-170248 Loading...