Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
Tempo for Server and Data Center Header
Tempo for Server and Data Center Header

The script searches for worklogs based on certain parameters on and returns the results of the search by looping through the worklogs.

...

Code Block
from,
to,
updatedFrom,
workerKeys,
issueIds,
issueKeys,
projectIds,
projectKeys,
teamIds,
roleIds,
accountIds,
accountKeys,
filterIds,
customerIds,
categoryIds,
categoryTypeIds,
epicKeys

Since Verision In Version 11.1 of Tempo Timesheets the IssueExpandParams class got removed (as it was not doing anything anyhow/had no functionality)was removed. For Tempo Timesheets Versions 11.1 and later, remove the following lines from your code:

Code Block
import com.tempoplugin.worklog.v4.model.IssueExpandParams
...
IssueExpandParams issueExpandParams = new IssueExpandParams.Builder().build()

...