Versions Compared

Key

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

The add-on enables precise and accurate searching for SLA issues.

JQL Functions

SeeĀ JQL Functions

Alias Searching

Available app version 2.3.5.

...

It is not guaranteed that an issue will contain all property keys.


Issue Property Searching

All issue SLA Values are stored as issue properties and as such enables fast and effective JQL searching.

...

Code Block
languagejava
issue.property[slatimer].sla in slaName("P1","P2:) //issue with a sla named p1 or P2
issue.property[slatimer].slaname = "p1" //issuea with a sla named p1
issue.property[slatimer].time = 3600 //spent time is equal to 1 hour = 3600 seconds
issue.property[slatimer].time = slaToSecons("1h") //spent time is equal to 1 hour = 3600 seconds
issue.property[slatimer].etaiso > now() //target date less than current date and time
issue.property[slatimer].paused = "Paused"  //issue is paused


SLA Values

The SLA Values are the values the Add-on stores for an issue.

...