Skip to end of banner
Go to start of banner

tempoSetWorklogAttribute

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Syntax

tempoSetWorklogAttribute(worklogId, worklogAttrName, value)

Description

Sets the value of the work log attribute, as a string. Such work log should exist, as well as the TEMPO attribute on it.

(warning) This routine does not create the value on the work log attribute if it does not exist already.


Parameters

Parameter name

Type

Required

Description

worklogId

string

Yes

Worklog id

worklogAttrName

string

Yes

The attribute name or directly the key of the attribute, if already determined

valuestringYesThe value

Return type

bool

The routine returns true if the value has been updated, false if not.

See also

  • No labels