Tempo Ideas

Welcome to Tempo’s Idea Portal! Your suggestions are valuable to us and help us make our products even better.
Below is a list of ideas for Tempo, so please search, review and vote for those that would help you the most. We encourage you to add an idea if you don’t see it listed. You can stay updated on the work we are doing here at Tempo by contributing to this page.
To learn more and see our Frequently Asked Questions, click here.

Support API call allowing work-attributes to be updated (PUT /work-attributes/{key})

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.

  • Nate Stuyvesant
  • Oct 24 2020
  • Future consideration
Tempo Products Tempo Timesheets
Tempo Platform Cloud
  • Attach files