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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.