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
}>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
assignee | string |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; project
: Project
}>>