Is it possible to make an issue tracking list only allow users to see the issues they have created? Normally under list settings I would do this under Advanced Settings but that option does not seem to be there.
|
Create a new view and set the filter Created By equals [Me]. Set that as the default view. |
|||||||
|
|
SharePoint hides that section for: 1) Document Library Your options: 1) Set 2) Start with custom issues list instead of using Issues list template |
||||
|
|
Have you tried doing this by customizing the default Public list view? You would set a Filter on the public view to show only "[Me]". |
|||
|
|
|
You can also create list event receiver for the purpose. When a issue item is created, detach its permission inheritance, remove all users and assign read permission only to the user for the item. |
|||
|
|