Searching for Portfolio for Jira custom fields in JQL
You can use Jira Query Language (JQL) to search for issues that use custom issue fields in Portfolio. To search for issues using JQL, follow these steps:
- In Jira, go to > Search for issues > Advance search bar.
- Enter the search query as explained in the cases below and click Enter.
To learn more about advanced searching in Jira, see Advanced searching.
Parent Link
To search for child issues of an issue in Portfolio using the issue's Parent Link:
Syntax | "Parent Link" |
---|---|
Alias | cf[CustomFieldID] |
Field Type | Parent Link relationship |
Auto-complete | No |
Supported operators | IS,IS NOT,=,!=,IN,NOT IN |
Unsupported operators | ~,!~,>,>=,<,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
Supported Keywords | EMPTY |
Examples |
|
Child issues
To search for child issues of an issue:
Syntax | "Portfolio Child Issues" |
---|---|
Field Type | portfolioChildIssuesOf |
Auto-complete | No |
Supported operators | IS,IS NOT,=,!=,IN,NOT IN |
Unsupported operators | ~,!~,>,>=,<,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
Supported Keywords | EMPTY |
Examples |
|
Team field
To search for issues, including subtasks, using the Team custom field or an issue in Portfolio using the issue's Parent Link.
Syntax | Team |
---|---|
Alias | cf[CustomFieldID] |
Field type | Text Field |
Auto-complete | Yes Note: Selecting the shared team name from the auto-suggested list of team names will replace the actual name of the team in the query with its numerical ID. For example:
|
Supported operators | IS,IS NOT,=,!=,IN,NOT IN
|
Unsupported operators | ~,!~,>,>=,<,<= |
Supported Keywords | EMPTY |
Examples |
|