Hello Asana community,
I’m currently working on implementing a point system in Asana, and I’m encountering challenges in the process. The user story is represented as a task, and it contains various operations as subtasks. Our goal is to calculate the points collected by each individual assignee. However, the issue lies in the fact that this information is nested within the second layer of subtasks, making it impossible for calculation purposes.
I initially attempted to handle this through the first subtask, but the sheer number of subtasks is making it difficult to maintain and resulting in a suboptimal user experience. The point system takes into account data from different fields such as actual time, priority, complexity, and more.
Any insights or suggestions on how to streamline this process and improve the user experience would be greatly appreciated.
Thank you!