Component JQL Functions

Available JQL functions on this section are:


archivedComponents()

Perform searches based on components that are currently archived.
See also: nonArchivedComponents()

componentMatches()

Perform searches based on components which their name match with the provided regular expression.

Note:
This function uses Java native String.matches() method internally to determine the components affected by the given expression.
See Pattern Java Class for further information.

nonArchivedComponents()

Perform searches based on components that are not archived yet.
See also: archivedComponents()

JQL Function Reference