Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Description:
Excerpt |
---|
Perform searches based on projects which their name match with the provided regular expression. Note: |
Pattern Java Class for further information. |
Syntax | projectMatches(regex) |
Available since | v1.0.0-RELEASE |
Supported fields | Project |
Supported operators |
|
Unsupported operators |
|
Examples:
• Find issues in projects that ther name starts with 'LATAM':
Code Block | ||||
---|---|---|---|---|
| ||||
project IN projectMatches("LATAM.*") |
• Find issues in project that their name contains 'Academy':
Code Block | ||||
---|---|---|---|---|
| ||||
project IN projectMatches(".*Academy.*") |
• Find issues in issues in projects that ther name ends with 'EMEA':
Code Block | ||||
---|---|---|---|---|
| ||||
project IN projectMatches(".*EMEA") |
Real World Use Cases:
· JRASERVER-43398 - Allow wildcard or '~' symbol to search for project/category name in JQL (by Ismael Olusula Jimoh)
· Jira project search using wildcard (by Tripp Johnson at ATLASSIAN Community)
JQL Function Reference
Page Tree | ||||
---|---|---|---|---|
|