The easiest way to accomplish this would be add a new permission to only allow users to see issues that they create. We can look into adding this.
Comments: You would have to edit the code, add a new permission to the enumeration in the business layer, and the database then add an if statement to the issues page to check for that permission and if the current user is the creator of the issue.
Comments: You would have to edit the code, add a new permission to the enumeration in the business layer, and the database then add an if statement to the issues page to check for that permission and if the current user is the creator of the issue.