I have a query to show only parent and subtasks for a subset of tasks. It has been working great. However, when I closed a parent task today, the parent task is removed from the gantt but all the subtasks still show.
I thought there was something wrong with the filter I was using so I went to edit the filter, and find that the unwanted subtasks do not appear in the filter results.
My scope definition screenshot:
Filter code: issue in subtasksOf("Project = XXX AND \"Project Scope\" in (YYY) AND issuetype = Project AND status not in (Closed, Cancelled, Resolved,Done)") OR Project in (XXX) AND issuetype in (Project) AND status not in (Closed, Cancelled, Resolved, Done) AND "Project Scope" in (YYY)
Hoping someone can help point out what I'm doing wrong.
Update. I went into the scope definition for my portfolio. I deleted the filter, then re-added the filter. Hit "save". So basically did not change anything. Now the gantt looks correct.
Not sure if that was the fix or if just waiting a while before refreshing is the answer.
A mystery I guess.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.