Populate Tempo Dynamic Drop-down using a REST Endpoint
Overview
Add content to a Tempo Dynamic Drop-downs worklog using attributes obtained using a REST Endpoint. Drop-downs require keys and values in JSONP format, which can be provided using this script REST endpoint.
Example
As a project manager, I want to add a drop-down in the worklog window so that the working day type can be filled. This drop-down can contain the following values: "Regular working day", "Night working day" and "Weekend working day". I can configure this script to obtain the drop-down values using a REST endpoint.
Good to Know
- This script requires Tempo Timesheets
- A Tempo Work Attribute of type Dynamic Drop-down must be created. ...