{
"projectBaselineId": 0,
"source": {
"id": 0,
"name": "string",
"type": "string"
},
"target": {
"id": 0,
"name": "string",
"type": "string"
},
"trackers": [
{
"baselineId": 0,
"cbql": "string",
"tracker": {
"id": 0,
"name": "string",
"type": "string"
}
}
]
}Parameter | Description |
|---|---|
name | The name is not a required field. |
type | The type is not a required field. |
projectBaselineId | The projectBaselineId is a mandatory field. If undefined, HEAD is considered. |
trackers | The trackers field must be specified if all the items are not to be updated. |
baselineId | The ID of the baseline. Use the baselineId in trackers if the projectBaselineId or HEAD are not the required baseline for the specified tracker. |
cbql | The cbql field is used to filter items. If not set, all items are updated. |
source | The parent working set |
target | The child working set |
{
"target": {
"id": 5678
}
}{
"target": {
"id": 5678
},
"trackers": [
{
"cbql": "(summary = 'item1' OR summary = 'item2') AND tracker.id IN (1234) AND project.id IN (101)",
"tracker": {
"id": 1234
}
}
]
}{
"source": {
"id": 5678
}
}