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.

Add JIRA custom fields to Log Time dialog

Would like the ability to customize the Log Time dialog, not only with Work Attributes, but also to pull in a value from a custom field on an issue. For example, we have a custom field titled "Dev Goal" on every Issue. The original estimate field includes a buffer that we add for unknowns and debugging, so we want the developers to pay attention to how they are tracking against the Dev Goal, not just the full estimate of the ticket. Therefore, having the ability to view the value in this custom field, from the issue that they are logging time to, when logging time would be very beneficial.

  • Guest
  • Mar 12 2020
  • Unlikely to implement
Tempo Products Tempo Timesheets
Tempo Platform Cloud
  • Attach files
  • Nate Stuyvesant commented
    October 24, 2020 19:31

    In Tempo's Settings -> Custom Fields, if you've checked a custom field, it's in the Tempo database. The problem is that there's no way to retrieve the custom field via Tempo's API. It would be logical to add a property to the worklog called customField that is an array of the custom field's name, Jira Id, and value. As it would be an addition to the existing worklog, this could be implemented in a non-breaking manner.