Hi All,
I want to create a user who will have read only access on a single project. What I did so far is:
1.Create user user01
2.Create group group01
3.Create role role01
4.Assign user01 in group01
5.Create permission schema. Copy the default schema and add only Browse Projects for role01.
6.Assign this schema to project project01
7.Under project01-> Permissions add role01 to group01 (or to user01)
Whit this setup user won’t be able to log in into Jira I had to change the Global Permissions and add group01 to JIRA Users.
Now I finally have what I want, user have permissions only on project01 and have only read only permissions except he is only to change the status of the test cases (which is sub task that I have created). Why is this? I want a read only user, how do I create such?
Thank you.