I am trying to create a filter that takes in all incidents that are in progress, and have less than or equal to 25% left of their SLA-timer.
issuetype = Incident AND status = "In Progress" AND vertygo in slaSearch(remaining, "<",26%)
The base for that syntax I got from https://jira.valiantys.com/browse/VSLA-917 from Diego Calas in the third comment.
We do have Jira version 6.3.3 which can use the percentages.
As per documentation
VertygoSLA uses a single JQL function to run all search options:
For instance, you can use
So use the following