I'm trying to get from our Jira server a particular group but I get always an unhautorized answer.
https://<server name>/jira/rest/api/latest/group?groupname=<group name>
How can I solve it?
Or how can I get all users in a group from our Jira server using Rest API?
Hello @gents
your call is wrong.
To take the group:
Try this: https://<server name>/rest/api/2/group?groupname=<group name>
-----
To take the users:
Try this: https://<server name>/rest/api/2/group/member?groupname=<group name>
Regards
Christos
That's not really the issue - it seems a permission issue :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.