Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Revision, Begin Date e End Date

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

...