There's a group of members in a team in which one member can only view his/her issues while the rest of the members can view all issues including the issues created by that one member who can only view issues that he/she has created. Is this possible?
Yes, you can do this with an issue security schema.
In the most simple case, define an issue security scheme that has a single level, and apply it to your project(s), then automate or force it so that a security level is always set on the issues in those projects.
Let's say you create an issue security scheme that will offer the users "none" and "restricted". The "restricted" level should be a rule that says "Group X, and the Reporter of the issue".
When someone sets the level to "restricted" on an issue, then that issue can only be seen by members of group X (i.e. your team) and the person who reported the issue. Note that the reporter can not be a member of group X.
Also, you will need to put the "security level" on the create (and probably edit) screens, and grant all the project users the right to set the issue security. But to automate it a bit, you can default the security level to "restricted", and you could also force that in a post-function, listener or automation as the issue is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.