As an integrator of Tempo with Salesforce, I need to be able to update a specific Work Attribute's static list with new values (each day).
I propose being able to send an array of values like this:
PUT /work-attributes/{key} for example PUT /work-attributes/_Activity_
Body:
["Development",, "Planning", "Testing"]
Tomorrow, I might send...
PUT /work-attributes/_Activity_
Body:
["Defect Resolution", "Development",, "Planning", "Testing"]
And so on. Based on what I've seen of GET /worklogs, hoping the value of the static lists (not the id) are stored with the worklogs so upserting new lists wouldn't break worklogs that already had a value chosen from the a particular Work Attribute static list.
Tempo Products | Tempo Timesheets |
Tempo Platform | Cloud |