To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSearch for a work item
- Scenarios
-
- Search for a work item by title number
- Search for work items by title number
- Search for a work item by key number
- Search for work items by key number
- Search for a work item to return no results
- Search for a work item by title number
-
- Given
- work items exist with different title and key numbers
- When
- the user searches for a work item by title number
- Then
- the search returns the matching work item
- And
- the search does not return the non-matching work item
- Search for work items by title number
-
- Given
- work items exist with different title and key numbers
- And
- another work item exists with the same title number
- When
- the user searches for a work item by title number
- Then
- the search returns the matching work items
- And
- the search does not return the non-matching work item
- Search for a work item by key number
-
- Given
- work items exist with different title and key numbers
- When
- the user searches for a work item by key number
- Then
- the search returns the matching work item
- And
- the search does not return the non-matching work item
- Search for work items by key number
-
- Given
- work items exist with different title and key numbers
- And
- another work item exists with the same key number
- When
- the user searches for a work item by key number
- Then
- the search returns the matching work item
- And
- the search does not return the non-matching work item
- Search for a work item to return no results
-
- Given
- a work item exists
- When
- the user searches for a work item by title number not in the system in the search field
- Then
- no results are returned
Last published over 6 years ago by Matthew Thomas.