Page MenuHomePhorge

Conduit project.column.search: missing isHidden, isDefaultColumn, sequence
Closed, ResolvedPublic

Description

To expand this API method:

https://we.phorge.it/conduit/method/project.column.search/

It would be nice to implement something like this patch implemented by Wikimedia folks:

https://phabricator.wikimedia.org/rPHABebfe30890b52784d222ec4ed36c05462b2a57f92

Note that - at the moment - these are the only elements returned:

namestringThe display name of the column.
projectmap<string, wild>The project the column belongs to.
proxyPHIDphid?For columns that proxy another object (like a subproject or milestone), the PHID of the object they proxy.
dateCreatedintEpoch timestamp when the object was created.
dateModifiedintEpoch timestamp when the object was last updated.
policymap<string, wild>Map of capabilities to current policies.