Page MenuHomePhabricator

Grouping Maniphest query results by group doesn't have a "orphan" group or equivalent
Closed, ResolvedPublic

Description

This is quite confusing behavior: say we have 3 tasks:

  • 1 in group A
  • 1 in group A and B
  • 1 in group A and C

Then we do a query to show all tasks in group A: we get the 3 tasks. Now we ask to group the results by group: we only get 2 tasks:

  • group B
    • task in groub A and B
  • group C
    • task in groub A and C

The task that is only in group A is gone from the results: it should be a in fake group called "Others" or something. Hopefully this is easy to fix.

Event Timeline

swisspol raised the priority of this task from to Needs Triage.
swisspol updated the task description. (Show Details)
swisspol added a subscriber: swisspol.
epriestley triaged this task as Normal priority.

This was an overactive policy check. Since you can't "see" the "(No Project)" project, it filtered those results out to suppress generation of the group.

Awesome, thanks a lot for the super-fast turnaround!