Worklogs with Tempo Structure
Gruppierung
WITH idxs = INDEXES(workLogs):
idxs.MAP( x ->
CONCAT(item.key, '#', x)
)
Spalten
„formula” anklicken und als Formel einfügen, die Issue Ebene:
IF itemType = "issue":
WITH parent = PARENT#level=1 { item }:
WITH idx = SPLIT(parent, '#').LAST():
WITH startDate = workLogs.GET(idx).startDate:
FORMAT_DATETIME(startDate, "dd.MM.yyyy", "en_US", "UTC")
Die Spalte ist nun wie folgt konfiguriert:
Reach out to me for professional support!