Hello,
Is it possible to have a user to see only their issues not the rest of the issues in a project. Is there a way to limit the visibility of issues based on a user? If so how can it be done based on a summary field.
Thank you.
You need to use issue security in order to limit the access to issues that the reporter can see. Changing the permission scheme as @Divyesh Lakkad suggested will not do it. If you only give the user Browse project they will would still be able to see all issues.
Take a look at this KB that describes how you set up issue security.
And in order to do it based on the summary field you would need an automation that looks for the specific summary, or parts of it, using smart values. You can then set the security level on the issue if the issue has the specific summary.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to setup project permission scheme so that just reporter has "Browse project" permission. In that way, just who creates tickets (should be the default reporter) can view his own tickets.
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.