You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Custom Fields and Entity Properties

Xray provides some 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 which characterizes the nature of the Test.
project = DEMO and issuetype = Test and testType = Manual


project = DEMO and testType = Manual

testEnvironmentsTest Execution

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.

  • No labels