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

Vedant Kulkarni` April 30, 2017

how to add role actor in Jira using java API?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 30, 2017

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

Vedant Kulkarni` 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-
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 30, 2017

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

Vedant Kulkarni` 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