I've added a custom date field, Deadline, to Maniphest on my company's Phabricator, through the usual means. However, while it can be searched and sorted by in queries in the usual and expected fashion, it puts the tasks with sooner deadlines at the BOTTOM, instead of at the TOP. I can see cases where sorting would need to go either way, so Query needs a way to quickly toggle showing results in either ascending or descending order.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | epriestley | T7909 Allow ascending order for Conduit's maniphest.query's "order" parameter (order-created, order-modified) | ||
Resolved | None | T6864 Sort Queries in Ascending/Descending Order |
Event Timeline
Comment Actions
We have a similar request in Wikimedia that could be solved in the same way: Allow sorting by oldest and newest in Date Update/Created in search queries
Comment Actions
This is not really limited to custom fields: all "Order By" options could benefit from an ASC/DESC toggle...