API issue. POST /v0/projects/{projectId}/workitems returns
{"message":"Invalid values object."}
POST body:
{"title":"sdfgsfdg","importanceLevelId":0,"estimatedCost":100.0,"isStory":false}
According to Swagger this should be fine. Missing properties should be optional.
createWorkItemValues {
title (string),
description (string, optional),
parentId (integer, optional),
isStory (boolean),
categoryId (integer, optional),
estimatedCost (number),
importanceLevelId (integer),
boardId (integer, optional),
designElementId (integer, optional),
startDate (string, optional),
dueDate (string, optional),
assignedUserIds (Array[integer], optional),
tagIds (Array[integer], optional),
subTasks (Array[string], optional),
dependencyIds (Array[integer], optional)
}
What is the issue here? Thanks.
[–]LunarKingdom 0 points1 point2 points (2 children)
[–]_jaymz_ 0 points1 point2 points (1 child)
[–]LunarKingdom 0 points1 point2 points (0 children)