Configuring work attributes requires the Tempo Administrator permission. |
Work attributes are fields that you can add to worklogs to record detailed information about logged time. Examples of work attributes might be: "Overtime", "Non-Billable", or "Travel time". All work attributes are displayed in the Log Time dialog box.
Work attributes are configured in Tempo settings. Select Settings in the Tempo sidebar, and then select Work Attributes under Configuration.
You can add custom fields to the Log Time dialog box that is used for logging time on issues.
|
You can change the order of custom fields (work attributes) in the Log Time dialog box. Reorder the attributes by dragging and dropping rows in the table.
To delete a work attribute:
When adding a simple drop-down list (Static List), you need to add items to the list by completing the following steps:
When you select Static List as a work attribute type, a Configure link is displayed in the Values column. Click the link.
Enter the items you want to display in the drop-down list, and click Add. Repeat this step as many times as needed. You can drag-and-drop the items to reorder the list.
When you are finished, click Save.
When adding a Dynamic Dropdown, an externally sourced drop-down list, complete the following steps:
When you select Dynamic Dropdown as a work attribute type, a Configure link is displayed in the Values column. Click the link.
In the API URL field, enter the URL for fetching drop-down list items from an external service. For example, you might want to create a custom field called Operations in the Log Time dialog box and have users choose an operation from a drop-down list. The URL is used to fetch the list of operations.
URL Example:
http(s)://www.acme.com/jsonp/operations
where you have configured the external service (at www.acme.com) to recognize the URL and return a list of operations in a standard format (see the Before you begin note above).
|