I have created a role called JC role and given access to global role => Overall read & couple of more.
Also created some project level roles Developer & Tester. For Developer, given every access, for Tester only few accesses I have given.
Now, from assign roles, I have assigned Dev1 user to Global JC role & Developer project role. Also assigned Test1 user to global JC role & Developer, Tester project roles.
restarted the jenkins after this.
when tried to login with Dev1, I am able to see corresponding pattern matched jobs only.
When I tried to login through Test1, I am getting "user is missing the Overall/Read permission". Why is that so, I am not able to view anything as tester.
Any pointers or how to resolve this issue?
PS, I am using role bases authorization strategy plugin.