Versions Compared

Key

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

...

Info
titleLearn more
General information about all the existing places available to export from and how to perform it is available on the Exporting page(DC, Cloud) page.

Source data

This report is applicable to:

...

  1. from the Issue Navigator/Search, search by the issueType (i.e., "Story") from your project (e.g., "BOOK") and then use bulk export or Export->XporterExport→Document Generator

Code Block
titleexample of JQL expression to use
project = "BOOK" and issuetype="Story" order BY created DESC

...

  1. from the Issue Navigator/Search, search by the release (i.e., "fixVersion") of your project (e.g., "EWB") and then use bulk export or Export->Xporter>Document Generator

Code Block
titleexample of JQL expression to use
project = "BOOK" and issuetype= "Epic" and fixVersion=1.2 order BY created DESC

...

  1. from the Issue Navigator/Search, search by Stories assigned to that Test Environment  (e.g., "chrome") and then use bulk export or Export->Xporter>Document Generator


Code Block
titleexample of JQL expression to use
project = "BOOK" and issuetype= "Story" and testEnvironments = chrome order BY created DESC

...

You can further finetune the content and formatting via JavaScript,you can find more useful snippets in this tutorial for Xporter and DocGen.Document Generator (DCCloud)

Performance

Performance can be impacted by the information that is rendered and by how that information is collected/processed.

The number of Test Executions and Test Runs, depending on scenarios, can be considerably high, especially with CI/CD. As this report sums up quite a lot of information, please use it wisely.

...

titleSome tips

...