Hi
I want to fetch a list of all user which are assigned for a project. what i found is that i can fetch all the issues in a project. Could you provide me a way to fecth all the users associated with a project.
You can't fetch the users using JQL I think.
What do you mean by all users assigned to project - all users participating in the projects roles ?
Do you need to fetch the users in some code (plugin using Java, script, etc..) ? If so, then you can use either the JAVA API directy or the REST API to retrieve the contents of the project's roles and all the users in those roles
Nope. JQL is for searching for issues.
"All users associated with a project" is not a useful phrase - you need to define *exactly* what you mean by that - your rules could easily be different from anyone else's guess on what it means.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using Rest API to fetch user detail by providing project name in
https://URL/rest/api/2/search?jql=project="*****"
I will try using Boris approach
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.
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.