Reference to parent disappears in Query in 4.0.1.
It looks that the web query editor is loosing the reference to the parent in its condtions.
This only happens in the web-interface, the client-interface is working fine.
I have build a query where I want to have all tasks from 1 story. To make this happen I use "Parent.id" in my condition. Save en Run give me the wanted results. But if I want to edit the conditions, the reference to parent is lost and my conditions only show "id".
This only happens in the web-interface, the client-interface is working fine.
Furthermore I see that the query is showing the internal value (priority.literal.l01 O0000A@) for Rank and not the external value (216).
Has anyone else experienced this problem?
Kor
One answer
The Web Query Editor is very aggressive about removing conditions when they don't affect the results. It doesn't warn you or ask, it just figures out that a condition is not needed (based on the other conditions) and removes it. As you noticed, the Eclipse client does not do this. As long as you are getting the correct results, this is as-designed.
Can you provide some more information about how to reproduce the other part of your question?