Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Steps
UI Step

Decide the scope of your Agile Board


You can have different agile boards with different scopes. 

  • Track Specification - If you want to track the Test Specification progress, you may have a specific board only with Tests, Pre-Conditions and Test Sets. 
  • Monitor Execution - If you want to track the execution progress, you should include the test execution issues inside your board, along with stories, bugs or other relevant tasks for your project. 
  • Track Requirement Status - if you just want to see the requirement status (uncovered, ok, nok, etc) of your requirements, you just need to add the custom field "Requirement Status" to you Cards. 
UI Step

Configure Filter for the Board


At Project Side Bar select Backlog or Active Sprint >  Board > Configure.


Then, choose General and edit the Saved Filter.


Update the query of the saved filter to contain the relevant issues.


Tip

In order to make sure that only the relevant issues appear (e.g. Stories, Bugs, Test Plans and not Tests) in the Backlog and in the Active Sprint, you need to configure the filter properly.

The exact filter to use depends on the issue types you have on your project; a possible filter could be:


project = CALC AND issuetype in (Story, Epic,Bug, Task,"Test Plan", "Test Execution", "Sub Test Execution") ORDER BY Rank ASC





...