Security Level JQL Functions
- Jack Nolddor
Owned by Jack Nolddor
Jul 18, 2019
1 min read
Loading data...
Available JQL functions on this section are:
securityLevelMatches()
Perform searches based on issue security levels which their name match with the provided regular expression.
Note:
This function uses Java native String.matches() method internally to determine the versions affected by the given expression.
See Pattern Java Class for further information.
JQL Function Reference