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 collaboratorDisabled done ratio on the work package index
- Background
-
- Given
-
there is 1 project with the following:
identifier project1 name project1 - And
- I am working in project "project1"
- And
-
the project "project1" has the following types:
name position Bug 1 Feature 2 - And
- there is a role "member"
- And
-
the role "member" may have the following rights:
view_work_packages - And
-
there is 1 user with the following:
login bob - And
-
there is 1 user with the following:
login jimmy - And
- the user "bob" is a "member" in the project "project1"
- And
- the user "jimmy" is a "member" in the project "project1"
- And
-
there are the following issues in project "project1":
subject type author assignee issue1 Bug bob jimmy issue2 Feature bob jimmy issue3 Bug bob jimmy issue4 Feature jimmy bob issue5 Bug jimmy bob issue6 Feature jimmy bob - And
- I am already logged in as "bob"
- Scenarios
-
- Author column should be displayed when Author is moved to selected columns
-
- When
- I go to the work packages index page of the project "project1"
- And
- I click "Options"
- And
- I select to see column "Author"
- Then
- I should see "Author" within ".list"
- Subject column should not be displayed when Subject is moved out of selected columns
-
- When
- I go to the work packages index page of the project "project1"
- And
- I click "Options"
- And
- I select to not see column "Subject"
- Then
- I should not see "Subject" within ".list"
Last published about 7 years ago by myabc.