Syntax
tempoGetWorklogAttribute(worklogId, worklogAttrName)
Description
Returns the value of the worklog attribute, as a string. Worklog should exist, as well as the TEMPO attribute on it.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
worklogId | number | Yes | Worklog id to return the attribute for |
worklogAttrName | string | Yes | Attribute name or directly the key of the attribute, if already determined |
Return type
string
See also