Versions Compared

Key

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

...

  1. Project-Backlog:

  2. On the top right corner, press the tree dots button and board settings:
    Image RemovedImage Added
  3. Now, press the Edit Filter Query:

  4. In there, create a jql query something like this, just adding the issues that you use in the project in order to hide them:

    Code Block
    project = <PROJECT NAME> AND issuetype not in (Bug, Test, "Test Execution", "Test Set", "Test Plan", Story, Precondition, Improvement, "Sub Test Execution") 
  5. Save and with that you shouldn't have no more issues on the backlog!


...