Add a New Agile
POST {{baseUrl}}/agiles?template=kanban&fields=id,name,owner(id,name),projects(id,name),sprints(id,name)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
template | string | The name of the board template that should be used. Possible values: kanban , scrum , version , custom , personal . | |
fields | string |
Request Body
{"name"=>"Kanban board", "projects"=>[{"id"=>"{{projectID}}"}], "updateableByProjectBased"=>true, "visibleForProjectBased"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |