@lamella If the user is logged in they can just click the create button and it will show all the projects that they are able to create an issue in.
My current dilemma is how to use java api to get these projects, and then select a project to create an issue in the custom vm page.
Do you know how to use java api to get these projects?
Thanks : )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use the getAllRoleActorsForUser api in RoleActorFactory to get all ProjectRoleActors of the currently logged in user. Then get the projectId based on these ProjectRoleActors and use "set" to deduplicate. Finally, use the hasPermission api in PermissionManager to confirm whether the user has permission to create an issue.
Cheers!
: )
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.