Versions Compared

Key

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

...

External execution results from either automated and manual Tests can be imported to Jira. This operation may be done in one of two ways:

  • Manually, using the Import Execution Results action accessible from the Test Execution issue screen
  • via the REST API to integrate with Continuous Integration (CI) platforms or other external execution processes. Please refer to the Xray REST API.

...

projectKeyThe project key where the test issue will be created
summary

The summary for the test issue

Info

The text will be trimmed to match the 255-character limit on the summary field.

descriptionThe description of the test issue
testTypeThe test type (e.g. Manual, Cucumber, Generic)
requirementKeysAn array of requirement issue keys to associate with the test
labelsThe test issue labels
stepsAn array of test steps (for Manual tests) (link)
definitionThe generic test definition
scenarioThe BDD scenario
scenarioTypeThe BDD scenario type (Scenario or Scenario Outline)

...