Versions Compared

Key

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

...

UI Expand
expandedtrue
titleMaximum execution time


UI Text Box
typetip

You can define the maximum execution time of each JWT part individually.

All values are in seconds. If a calculation takes longer as the set specified value, xyzthe below written rules will apply.

You can also disable the execution limit for each part. If you do so, you might experience performance issues!

(warning) It is recommended to not turn off the execution limits!


take , write
AreaDefault valueConfiguration
Automation rules10s

If the underlying calculation for a rule

  • takes longer than the defined value
  • or
  • has reached the memory usage (see below)

it will abort the whole calculation without returning a result and

an error will be thrown. Information about the error will be written to the Jira log.

Calculated fields10s

If the underlying calculation for the field

  • takes longer than the defined value or
  • has reached the memory usage (see below)

it will abort the whole calculation without returning a result and an error will be thrown. Information about the error will be written to the Jira log.

JQL functions10s

If the underlying calculation for a JQL function

  • takes longer than the defined value or
  • has reached the memory usage (see below) or
  • has reached the subquery limit (see below)

it will abort the calculation. Only issues calculated at this point will be returned

In addition, an error will be displayed in the Issue navigator. Information about the error will be written to the Jira log.

30s

Workflow functions10s

If the underlying calculation for the workflow function (condition, validator, post function)

  • takes longer than the defined value or
  • has reached the memory usage (see below)

it will abort the whole calculation without returning a result and an error will be thrown. Information about the error will be written to the Jira log.



UI Expand
titleMemory usage


UI Text Box
typetip

In addition to time limits, you can define how many the number of issues that should be processed in a single calculation .

Memory usage

In order to save resources, you can set a limit for issues to be processed in a single parser function.

UI Text Box
typeinfo

The default value is 50.000.


JQL functions

Used for JWT JQL functions where you can define a JQL subquery, such as:


UI Text Box
typeinfo

Setting a limit will only limit the number of issues returned by the subquery, not by entire JQL function itself.

The default value is 1.000.