Is there a way to have a request queue create tasks only (no issues)?
We're currently using a request queue that creates issues by default. Our team then works with tasks, so we end up with both issues and tasks in our projects. This is causing confusion.
Ideally, we'd like requests to come in as tasks only — no issues at all. We want to keep things simple and have one object type for the team to work from.
I know routing rules can auto-convert issues to tasks, but the original issue still remains. Is there a way to either:
- Have the request queue create tasks directly, skipping issues entirely?
- Or is there another approach anyone has found that achieves a "tasks only" experience?