java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.jira.jql.context.QueryContextElementType |
Specifies if a query context element is of a specific type.
Enum Values | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
QueryContextElementType | EXPLICIT | Describes when a query context element is referenced directly in a query (e.g. | |||||||||||||||||||||||||||||||
QueryContextElementType | IMPLICIT | Describes when a query context element is referenced indirectly in a query (e.g. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() |
Describes when a query context element is referenced directly in a query (e.g. a project is specified in a query then it is an explicit context element).
Describes when a query context element is referenced indirectly in a query (e.g. the description field is specified in a query and based on its visibility it has an implied project/issue-type context).