Versions Compared

Key

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

...

Code Block
{
  "worklogQueryBaseCountLimit": XXXXXX
}

The default is unlimited. You can set the cap back to unlimited by passing null as a key value.

Code Block
{
  "worklogQueryBaseCountLimit": null
}

Note

The absolute minimum value for the Worklog Query Base Count Limit is 1000 and the system will generate an error and prevent any values lower than this from being used.

This article is specific to Server Release 15.0.1 and should only be used with it. The complete Server Release Notes can be found here.

...