Choice Option Explicit Fields
When the explicitly defined field is a choice field (like status, priority or subjects) a Reference model must be provided.
{
"name": "Implement car software",
"priority": {
"id": 2,
"name": "High",
"type": "ChoiceOptionReference"
},
"status": {
"id": 1,
"name": "New",
"type": "ChoiceOptionReference"
},
"subjects": [
{
"id": 1007,
"name": "As User, I want to have a software in my car, which is easy to use",
"type": "TrackerItemReference"
}
]
}
Was this helpful?