Apologies if this has been asked before. Is it possible to have a Task within a project that we could "Convert to an Issue" that would go into another teams Queue, as well as keep the connection intact so status rolls upwards?
The use case for this:
Team A is responsible for building performance reports.
- Team A has a request queue to intake requests from stakeholders like "Please build a report about XYZ"
- Team A will convert that request to a project, retaining the original issue as how the stakeholder stays up to date, and creating a full project with the broad steps SCOPE -> DESIGN -> GET DATA -> BUILD.
- The GET DATA step in particular, requires work to be done by another team.
Team B manages all data requests and is the team that would actually go GET DATA.
- Team B has it's own request queue to intake requests from stakeholders like "Please get the data for XYZ".
- Team B would most likely convert their own request into a full project as well with steps that might look like SCOPE -> INGEST -> TRANSFORM -> QA.
So I know how to connect Issue A -> Project A and Issue B -> Project B. But is there anyway to connect Project A: Task 3 -> Issue B so that the resolution of that task is dependent on the other team finishing the request in their queue (which ultimately would be tied to their own corresponding project)
Or maybe another idea would be could one embed some other teams project as a set of tasks within a larger project? Maybe this is another use case for the Parent/Child Projects idea out there. Or maybe a feature request to allow Convert Task to Issue and maintain the Resolve Object.