-
Bug
-
Resolution: Fixed
-
High
-
None
-
1
-
Severity 1 - Critical
-
No
Issue Summary
When the user consumes the endpoint GET /rest/align/api/2/Epics to return all the Epics created, it returns:
Cannot get epics. Value cannot be null. (Parameter 'value')
Also, this error is happening with isolates Epics, where consuming the endpoint GET /rest/align/api/2/Epics/ID returns the same error message mentioned above.
Steps to Reproduce
- Just consume the following endpoint with Method GET
https://[JIRAALIGNINSTANCE].jiraalign.com/rest/align/api/2/Epics
For this case, a user identified that a specific Epic is triggering this issue when using the endpoint:
https://[JIRAALIGNINSTANCE].jiraalign.com/rest/align/api/2/Epics/ID
Expected Results
Return all Epics or a specific Epic.
Actual Results
It is returning the following error:
Cannot get epics. Value cannot be null. (Parameter 'value')
Also, no issues were founded when editing/saving the Epic in the Jira Align UI.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available