Is there a way I can filter out users who do have access to Jira, but do not have any access to all the project?
You mean like, in a JQL?
I don't think you've expressed yourself clearly enough. Can you give me an specific example?
You can compile a list of this through groovy scripting for sure. You can get all the users with the user manager and then use this:
In this particular example it would be CREATION permission, but you can change that to whatever suits you.
changeItems = ComponentAccessor.permissionManager.hasPermission(Permissions.CREATE_ISSUE, issue.project, UserUtils.getUser(currentUser))
Do say if I can help you further.
Cheers!
DYelamos
I mean I want a list of user who don't have access to all projects in Jira. User have access to Jira, but got never assign any project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use what I gave you avobe. That should work.
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.