Hello Team,
Is it possible to calculate sum of points from different MD tasks in one dashboard? and it is
based on start of the year. To define how much point any user assigned in that "Two dimensional filter statistic" shows sum quantity of tickets.
The JQL query is
project = md AND type in ("Change Request", Bug) AND status in ("Ready for Build", "Waiting for BPO", "BPO In Process", "Waiting for AE", "AE In Process", Open, "Waiting for QA", "QA In Process", Reopened, "TPD in Process", Investigating) AND "Epic Link" is EMPTY AND Sprint is EMPTY OR project = "Trading Partner Development" AND "Sub Issue Type" in (Bug, "Change Request") AND status in ("Ready for Build", "Waiting for BPO", "BPO In Process", "Waiting for AE", "AE In Process", Open, "Waiting for QA", "QA In Process", Reopened, "TPD in Process", Investigating) AND Sprint is EMPTY AND "Need By Date" > startOfYear()