Hi there,
I have a Kanban board for a project on which I want to show all tickets within an Epic. That is all tickets of type Story/Task/Bug within the Epic, and the Subtasks within the Stories.
I have this Kanban board query for it:
project = "e-Commerce Tech" AND parentEpic = TRDB-1968 ORDER BY Rank asc
This always used to work fine, but recently (like since 2 weeks or something) new tickets won't show up on the board immediately anymore. They will eventually, after like 15-30 minutes, but that is really annoying. It seems like the parentEpic field gets updated batch-wise or something...
Did something change? Is there another / new / better way to get what I want?