We have a space where stakeholders submit requests through a form. These requests fall into about a dozen types—some are complex and should be treated as projects, while others are simple updates that should be handled as tasks.
However, the form lacks the ability to differentiate between the two - allowing only submissions as projects or tasks. We've resorted to projects with custom triggers for specific blueprints based on form responses. But for requests that don’t require a blueprint and really should be tasks, they still come in as projects, just without subtasks. This is frustrating.
A potential solution could be to use the "Change item type" function for these cases. However, using this function strips critical information like the author, comments, and history from the ticket. Instead of truly changing the item type, it seems it duplicates the item and attributes it to whoever performed the "change," which is not ideal. At the very least, the author, or original submitter, needs to be retained - but this field is never editable.
This all causes several issues:
- Reporting Challenges: We aim to report on tasks to track specific work team members are assigned. But we either need to do double reporting on projects to include those "project" tasks or risk missing them entirely.
- Dashboard Complexity: Team members must maintain separate widgets for assigned tasks and projects to capture all actionable work.
We can't be the only team struggling with these item types, what are others doing to account for this?