I am trying to get the list of users who i have created using the stash internal directory option. There doesn't seem to be an option. Is there a way to use the jql to do this ? when i tried the jql :
http://baseurl:7990/rest/api/1.0/users/search?jql=name=username
I am getting the below message :
{"errors":[{"context":null,"message":"User search does not exist.","exceptionName":"com.atlassian.stash.exception.NoSuchUserException"}]}
Hi Harish,
If you just want to query Stash for a list of users you can use the following REST API:
http://stash.example.com:7990/rest/api/1.0/users?limit=1000
This will return a JSON document containing users. It is a paged API so if you have a large number of users you may need to make multiple calls. See https://developer.atlassian.com/static/rest/stash/3.11.3/stash-rest.html#paging-params
The Stash REST API documentation can be found here: https://developer.atlassian.com/static/rest/stash/3.11.3/stash-rest.html
I think JQL queries return issues, not users, and therefore there's no way of achieving what you need through JQL.
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.