How to Show only Assigned and Created Issue in ERPNEXT?

Hello !!

I am Meet. I have a problem with SupportModule.
How can I set view that Support Users can only see Issues that are assigned to them and Created by them only?

Thanks,
-Meet.

Did you get any solution for this?

Not Yet, @pradeesh

but we can do this using server script

select * from tabIssue where owner = ‘xyz@company.com’ or assigned_by = ‘xyz@company.com’

But I haven’t implemented it yet.

Currently there is no such functionality available, you can create a Feature Request though on Github.