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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.