How do I get the list of groups a Jira user is member of via Jira cli?
I found the answer. Actually it was pretty simple.
$ jira.sh --action getUser --userId "myjirauser"$ jira.sh --action getUser --userId "myjirauser" | grep "Group"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.