Hi Team,
When an user is added to Jira using user management then he/she should be automatically added to a project (for eg 'test project') and to a role (for eg 'developers role').
Is there any plugin to perform such activity, please share your suggestions.
Thanks,
Bhushan
Please use this groovy to automate:
projectRoleService.addActorsToProjectRole(reporterUsr, projectRole, projectkey, ProjectRoleActor.USER_ROLE_ACTOR_TYPE, null)
Hi @bhushan
I think it'd be easier to just add the default user access Group to the Project Role in that Project - then all users would get access that way?
Or if it's multiple Projects, add them to a Group during issue creation, and have one Group per Project Role instead.
Would that work? If not, could you provide more detail on your need?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.