You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using await getEpics(boardId, 0, 50);
I get the following error from Jira : 400 - {"errorMessages":["Illegal boolean value: , for param. done. Allowed values are True and False."]
QueryParams are : { startAt: 0, maxResults: 50, done: undefined }
I guess done: undefined is still interpreted by Jira as non-boolean value.
I will do a PR concerning this issue.
The text was updated successfully, but these errors were encountered:
When using
await getEpics(boardId, 0, 50);
I get the following error from Jira :
400 - {"errorMessages":["Illegal boolean value: , for param. done. Allowed values are True and False."]
QueryParams are :
{ startAt: 0, maxResults: 50, done: undefined }
I guess done: undefined is still interpreted by Jira as non-boolean value.
I will do a PR concerning this issue.
The text was updated successfully, but these errors were encountered: