...
Code Block | ||
---|---|---|
| ||
issue.property[slatimer].sla in slaName("P1","P2:) //issue with a sla named p1 or P!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].forcedstate.state = 1 //paused issues |
SLA Values
The SLA Values are the values the Add-on stores for an issue.
...
All values can be empty or null (not existing).