Function assign_issue

Source
pub async fn assign_issue(
    configuration: &Configuration,
    issue_id_or_key: &str,
    user: User,
) -> Result<Value, Error<AssignIssueError>>
Expand description

Assigns an issue to a user. Use this operation when the calling user does not have the Edit Issues permission but has the Assign issue permission for the project that the issue is in. If name or accountId is set to: * \"-1\", the issue is assigned to the default assignee for the project. * null, the issue is set to unassigned. This operation can be accessed anonymously. Permissions required: * Browse Projects and Assign Issues project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.