@AutoPayloadType(description = "The created Assignment")
suspend fun createAssignment(input: CreateAssignmentInput, dfe: DataFetchingEnvironment): Assignment

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.