Skip to content

feat(jtk): add users get subcommand #176

@rianjs

Description

@rianjs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions