Represents a Project version (or iteration).
| name | data type | description |
|---|---|---|
| id | string | Version identifier (slug) |
| links | array of object | Set of links managed by this resource This field is ignored in PUT/POST operations |
| status | Status | |
| projectType | string | The type of project version. This type could be overriding the project's original type. |
Example
{
"id" : "my-iteration",
"links" : [ { }, { } ],
"status" : "OBSOLETE",
"projectType" : "Podir"
}