I was able to create an automation to groupBy my issues using resolved date in the formal YYYY-MMM using the formular below:
FORMAT_DATETIME(resolved, "YYYY-MM")
the problem is that the list of groupBy is showing ascending order and I would like to do descending. How can I add a sort to the groupBy?
If I use groupBy Epic there is an option to asc or desc.