Forums

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

How to add role actors in jira using jira java api?

Vedant Kulkarni`
Contributor
April 30, 2017

how to add role actor in Jira using java API?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2017

Use a ProjectRoleManager to maintain users and groups in a project.

Vedant Kulkarni`
Contributor
April 30, 2017

I used the same ProjectRoleManager for adding project role which I added successfully but I don't know how to add groups, users or role actors by using ProjectRoleManager.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2017

Create a collection of the ones you want to add and then use projectrolemanager.updateProjectRoleActors.

Vedant Kulkarni`
Contributor
April 30, 2017

ok, I will try this.

Thank you.

Kanchan Katkar June 1, 2021

will anyone pls give me an example for ProjectRoleManager or how to getActors?

Suggest an answer

Log in or Sign up to answer