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 collaboratorResetting filters on work packages
- Background
-
- Given
- there is a project named "project1"
- And
-
the project "project1" has the following types:
name position Bug 1 Other 2 - And
- there is a role "manager"
- And
-
the role "manager" may have the following rights:
view_work_packages - And
-
there is 1 user with:
Login manager - And
- the user "manager" is a "manager" in the project "project1"
- Given
-
the user "manager" has 1 issue with the following:
subject Some issue type Bug - And
- I am already admin
- And
- I am on the work package index page of the project called "project1"
- When
- I select "Type" from "Add filter"
- And
- I select "is" from "operators-type_id"
- And
- I select "Other" from "values-type_id"
- Then
- I should not see "Some issue"
- Scenarios
-
- Clearing filters via the filter buttons
-
- When
- I click "Clear"
- Then
- I should see "Some issue"
Last published about 7 years ago by myabc.