service/domain/workflow/subproject_assign
Api Code Documentation / Exports / service/domain/workflow/subproject_assign
Table of contents
Functions
Functions
assignSubproject
▸ assignSubproject(ctx, issuer, projectId, subprojectId, assignee, repository): Promise<Type<{ newEvents: BusinessEvent[] ; subproject: Subproject }>>
Parameters
| Name | Type |
|---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
assignee | string |
repository | Repository |
Returns
Promise<Type<{ newEvents: BusinessEvent[] ; subproject: Subproject }>>