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.
Summary
jtk usersonly has asearchsubcommand. There's no way to look up a user by account ID directly.Expected behavior
Should return the user's display name, email, account ID, and active status.
Current behavior
Falls through to the
usershelp text sincegetdoesn'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.