Skip to end of banner
Go to start of banner

getWorklogsForIssues

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

Description

Returns an array with the worklogs for the specified list of issues, and if exists for given user also.

Parameters

Return Type

JWorklog []

Example

Example 2

return getWorklogsForIssues("2014 -11 -26", "2014 -12 -03", {"DEMO -6","LFTP -1","TSTAG -4"});

Returns an array containing the JWorklog list structures of the issues that have the startDate between start date = "2014-11-26"(inclusive) and end date = "2014-12-03" (exclusive). The filter of the worklogs is made only by the issues.

See also

  • No labels