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