Skip to content

Instantly share code, notes, and snippets.

@sfboss
Created September 6, 2022 03:51
Show Gist options
  • Save sfboss/48925f45578fd9bcb6fdfcd5d8cefca8 to your computer and use it in GitHub Desktop.
Save sfboss/48925f45578fd9bcb6fdfcd5d8cefca8 to your computer and use it in GitHub Desktop.
JSON payload for Activity Update
[
{
"kind": "iteration_update_activity",
"guid": "123",
"project_version": 66,
"message": "Wilhuff Tarkin changed iter",
"highlight": "changed",
"changes": [
{
"kind": "iteration_override",
"change_type": "update",
"original_values": {
"number": 1,
"finish": 1661860800000,
"team_strength": 1,
"length": "default"
},
"new_values": {
"number": 1,
"team_strength": 0.9,
"length": 2,
"finish": 1661860805000
}
}
],
"primary_resources": [
{
"kind": "iteration_override",
"number": 1
}
],
"secondary_resources": [],
"project": {
"kind": "project",
"id": 99,
"name": "Death Star"
},
"performed_by": {
"kind": "person",
"id": 102,
"name": "Wilhuff Tarkin",
"initials": "WT"
},
"occurred_at": "“2022-08-30T12"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment