$customHeader
Skip to end of banner
Go to start of banner

getWorklogFromEvent

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 6 Current »

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

Description

Retrieves a structure containing information about the event work log.

Parameters

Return Type

JWorklog

Example

JWorklog w =getWorklogFromEvent();
logPrint("ERROR", "Event worklog :" + w);

See also

  • No labels