Content
View differences
Updated by Jens Ulferts over 2 years ago
**As a** project member having shared a work package with an external user
**I want** to also assign the work package to that shared with user
**so that** I can collaborate with that external user on implementing the work package and to communicate the responsibilities when doing so
The specification can be found in #31150.
**Acceptance criteria**
* [ ] Have an `api/v3/work_packages/:id/available_assignee`s endpoint that also returns users the work package is shared with
* [ ] Include shared with users to be valid in the contract
* [ ] Seed `work_package_assigned` for work package edit role
* [ ] Request from the new endpoint on the front-end
**I want** to also assign the work package to that shared with user
**so that** I can collaborate with that external user on implementing the work package and to communicate the responsibilities when doing so
The specification can be found in #31150.
**Acceptance criteria**
* [ ] Have an `api/v3/work_packages/:id/available_assignee`s endpoint that also returns users the work package is shared with
* [ ] Include shared with users to be valid in the contract
* [ ] Seed `work_package_assigned` for work package edit role
* [ ] Request from the new endpoint on the front-end