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