Hello, I have a question.
We are working as a team on a project. And we want everyone on this team to see only the jobs assigned to them. He should not see the work of other people on the team. How can I do that?
Kind regards.
Hi @Emre Can Demirbaş ,
I guess the quickest would be to just create a filter with
assignee = currentUser()
as your JQL. This should give you a quick overview on only the items assigned to the current logged in user.
Thanks for reply. I'm using this filter as project manager. I guess ı didn't fully explain. There is a Kanban Board in Jira and all of the team's work is displayed on this board. Is it possible for any user to see only the jobs assigned to him without filter when he enters the Kanban Board? Some topics may be confidential and I don't want the whole team to see it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Emre Can Demirbaş,
The `assignee = currentUser()` filter, as noted by @Dirk Ronsmans, will show each user only the issues assigned to them, but there's nothing to prevent users from searching for and browsing other issues in the project. You may want to investigate Issue Security Schemes, which may be able to provide the kind of isolation you're looking for.
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.