Jira Rest Api for getting full user list
问题 How can I get the list of all users using Jira Rest Apis. I have tried:- /rest/api/latest/user/search?username= Here I tried with blank username string but it doesn't return full user list. We only get some results when username is of at-least 1 length. How can I get full users list from Jira rest API's ?? 回答1: I don't think the Rest API has this ability. As far as I know you'll have to choose a different way, for example you could use the Soap API to do so as shown in this question JIRA SOAP