Add a New Agile

POST {{baseUrl}}/agiles?template=kanban&fields=id,name,owner(id,name),projects(id,name),sprints(id,name)

Request Params

KeyDatatypeRequiredDescription
templatestringThe name of the board template that should be used. Possible values: kanban, scrum, version, custom, personal.
fieldsstring

Request Body

{"name"=>"Kanban board", "projects"=>[{"id"=>"{{projectID}}"}], "updateableByProjectBased"=>true, "visibleForProjectBased"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring