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.
Tempo Products | Tempo Timesheets |
Tempo Platform | Cloud |
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.