Versions Compared

Key

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

...

Each function listed below searches for the current SLA metric's data. Historical cycles are not searchable; for example, you cannot search for issues that were paused in the past but are currently active.

Search functions

FunctionDescriptionExample

slaMetricState("", "")

returns issue with SLA metric in a defined state

issue in slaMetricState("SLA metric 1.0", "Active")

slaMetricBreached("")


issue in slaMetricBreached("SLA metric 1.0")

slaMetricDeadline("", "", "")


issue in slaMetricDeadline("SLA metric 1.0",">", "startOfWeek()")

issue in slaMetricDeadline("SLA metric 1.0","<", "now()")

issue in slaMetricDeadline("SLA metric 1.0","<", "2024/11/07 15:30")