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

lamella 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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 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