GitKraken CLI

gk issue assign

Assign an issue to a user

Synopsis

This command allows you to assign an issue to a user. Available providers: github, gitlab, jira, azure

gk issue assign [flags]

Examples


  issue assign <provider> -i <issue_id> [--email, --nickname] <nickname_or_email> --organization-name <repo_org_name> --repo-name <repo_name>
  issue assign github -i 1 -n nickname -o repo_owner_name -r repo_name
  issue assign azure -i 1 -e user_email -o repo_org_name -r repo_name

Options

  -e, --email string               [Jira, Azure] Email of the user to be assigned
  -h, --help                       help for assign
  -i, --issue-id string            Set the ID of the issue
  -n, --nickname string            [Github, Gitlab] Nickname of the user to be assigned
  -o, --organization-name string   Set the organization of the repository
  -r, --repo-name string           Set the name of the repository

SEE ALSO

Auto generated by spf13/cobra on 31-Jul-2025

© 2023 Axosoft, LLC DBA GitKraken