Please guide us if there is any option to set rights for selected issues in the Board.
For Ex: Logged in user will view only the issues reported by himself/ Herself or he/she is set as assignee.
Yes there is.
The filter of the board can be modified to accompany your requirements, or better the board sub-filter can be specified.
JQL simply would be something like
assignee = currentUser() or reporter = currentUser()
Ps: Maybe specify Board in the summary/title, I though this was for issue security level :)
HI @Anbarasi
To achieve this please add the reporter and current assignee in Browse project permission for that respective project permission scheme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.