Azure DevOps - Partial Synchronisation with Granualar Control
C
Christian Maul
ClickUp and DevOps currently synchronise everything in DevOps. This may be tens of thousands of tasks. In most cases, this is unnecessary.
Ideally, we'd like to synchronise on a much more limited basis. For example, a task in ClickUp should map to a feature in DevOps with sub-tasks in ClickUp mapping to lower level items in DevOps. The reason for this is that software development is only a part of a project with other project task, such as mechanical assembly, being independent (I'm finding it difficult to get a non-software engineer to adopt DevOps).
The other issue is that DevOps appears in a separate space rather than in the same project. This does not lend itself to the holistic management of projects.
The ideal synchronisation would look something like this:
Project Title
- Project Management Information
-- ... (only in ClickUp)
-- ... (only in ClickUp)
- Software Development [maps to Epic in DevOps]
-- Task 1 ... [maps to Feature in DevOps]
--- Sub-Task 1.1 ... [maps to Requirement in DevOps]
-- Task 2 ... [maps to Feature in DevOps]
-- ...
- Mechanical Assembly
-- Task 1 ... (only in ClickUp)
-- Task 2 ... (only in ClickUp)
Log In