Versions Compared

Key

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

...

This page describes what values the different custom fields holds and  gives som gives some search examples.

See also JQL Functions

 

Field

TypeString
ValueAHEAD, BEHIND, OK or DELAYED
Search

"SLA First Response Status" = "BEHIND" //case sensitive

"SLA First Response Status" in slaFRStatus("behind", "ok") //case insensitive

...