Custom Fields and Entity Properties

Xray provides several custom fields and entity properties.

Jira's entity properties provide the means to store key/value pairs on Jira entities, such as issues. Xray uses somes entity properties that can be queried using JQL.

Entity Properties

Entity PropertyIssue Type

Description

Example(s)

testTypeTestThe Test Type that characterizes the nature of the Test
project = DEMO and issuetype = Test and testType = Manual


project = DEMO and testType = Manual

testEnvironmentsTest Execution

The Test Environment(s) assigned to the Test Execution

project = DEMO and issuetype = "Test Execution" and testEnvironments = Chrome

project = DEMO and testEnvironments = Chrome


JQL Functions

No specific JQL functions are provided, since Jira Cloud does not provide a mechanism to implement them.