Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

startDate

Date

Yes

Start date of the interval where the startDate of the worklog can be.

endDate

Date

Yes

End date of the interval where the startDate of the worklog can be.

issues

String[]

Yes

List of the issues the filter can be made from.

user

String

No

User from whom can be made the filter.

Return Type

JWorklog []

Example

Example 2

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

...