Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the projects that the currently logged in user can create issues?

lamella
Contributor
April 4, 2023

How to get the projects that the currently logged in user can create issues?

1 answer

1 accepted

1 vote
Answer accepted
Brant Schroeder
Community Champion
April 4, 2023

@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.

lamella
Contributor
April 4, 2023

Hi @Brant Schroeder 

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 : )

lamella
Contributor
April 5, 2023

Hi @Brant Schroeder 

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!

: )

Like Brant Schroeder likes this

Suggest an answer

Log in or Sign up to answer