How to manage rights

Marc CUCULIERE December 28, 2017

Hi,

How to manage rights the finest way possible to give a user a specific component

As an exemple :

We have the following users : Pierre / Paul / Jacques and Edouard 

Project A  : —> Edouard

  • Component 1 > Access to Pierre
  • Component 2 —> Access to Paul
  • Component 3 —> Access to Jacques
  • Component 4 —> Access to Pierre + Paul + Jacques + Edouard

Regards,

Marc.

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 28, 2017

In JIRA, Access is based on issue permissions (Browse permission) in project permission scheme. It's not based on components. But there is a concept of using component lead to set the assignee. Basically in the project configuration you can map users to component names and if new issues having a specific component is created then the mapped users becomes the assignee.

And on the dashboard you can have a gadget powered by a filter "assignee = currentUser() " and thus all users will see the components(read issues) which belong to them.

Marc CUCULIERE January 11, 2018

Sorry for the delay, but thanks for the answer.

Regards.

Suggest an answer

Log in or Sign up to answer