Hi all,
I've been working on a release and defect calendar card and have encountered some limitations with the current calendar card - I've managed to map all defects onto the card with no problems; however, I want also to include a separate event type in the same calendar for a version release date.
Effectively the story I want to tell is, "here are the defects that have been identified, raised and created; here is the next upcoming release version that could contain these defect fixes".
Is there a way to overlay multiple layers onto one calendar or a clever beast mode process that could concat a value input to output in each calendar day something like:
DEFECTS: 4
DEF-1 Priority:1
DEF-2 Priority:1
DEF-3 Priority:3
DEF-4 Priority:2
VERSION: 1
1.0.1
(even better would be only to include the Defects & Version header/count/list if non-0)
Best,
Stuck