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 collaboratorWork Item Ownership
Set and remove work item ownership
- Scenarios
-
- Set ownership of a work item
-
- Given
- caseworker1 exists
- And
- caseworker1 can process DLGs
- And
- caseworker1 has a profile
- And
- a work item exists
- And
- caseworker1 obtains a work item to their worklist
- When
- caseworker1 selects to set themselves as the owner
- Then
- caseworker1 is marked as the owner on their worklist
- And
- the own option is disabled
- And
- the disown option is enabled
- And
- caseworker1 is marked as the owner on the master list
- Remove ownership of a work item
-
- Given
- caseworker1 exists
- And
- caseworker1 can process DLGs
- And
- caseworker1 has a profile
- And
- a work item exists
- And
- caseworker1 obtains a work item to their worklist
- When
- caseworker1 selects to remove themselves as the owner
- Then
- caseworker1 is no longer marked as the owner on their worklist
- And
- the own option is enabled
- And
- the disown option is disabled
- And
- caseworker1 is no longer marked as the owner on the master list
Last published over 6 years ago by Matthew Thomas.