Skip to content

createAssignment ​

Assigns a User to an Issue by creating an Assignment, requires MANAGE_ISSUES on any of the Trackables the Issue is on. Additionally, if present, the type must be compatible with the template of the Issue.

graphql
createAssignment(
  input: CreateAssignmentInput!
): CreateAssignmentPayload!

Arguments ​

createAssignment.input ● CreateAssignmentInput! non-null input ​

Defines the Issue, User, and optional AssignmentType

Type ​

CreateAssignmentPayload object ​

Released under the MIT License.