-
Notifications
You must be signed in to change notification settings - Fork 1
feat(jtk): add users get subcommand #176
Copy link
Copy link
Closed
Description
Summary
jtk users only has a search subcommand. There's no way to look up a user by account ID directly.
Expected behavior
jtk users get <account-id>Should return the user's display name, email, account ID, and active status.
Current behavior
$ jtk users get 613254b9335c2a0071ccc4af
Commands for searching and looking up Jira users.
...
Falls through to the users help text since get doesn't exist.
Use case
Looking up automation rule authors, issue assignees, or any other context where you have an account ID and need to resolve it to a name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels