As the title says, how to hide the backlog issues on the Xray Cloud
That backlog is generated with a JQL query on the settings of the Backlog. You just need to create a query that filter all the issues that you have available on the project.
For that you go to:
In there, create a jql query something like this, just adding the issues that you use in the project in order to hide them:
project = <PROJECT NAME> AND issuetype not in (Bug, Test, "Test Execution", "Test Set", "Test Plan", Story, Precondition, Improvement, "Sub Test Execution") |
Save and with that you shouldn't have no more issues on the backlog!
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|