Page MenuHomePhabricator

`arc tasks` probably needs an update for user-configurable statuses
Closed, ResolvedPublic

Description

  • The status column of arc tasks looks like it's always showing "Closed".
  • Instead, it should be getting this information over the wire, since it's now configurable per-install.
  • There are probably a handful of other interactions which need to be adjusted now, and the Conduit data might need some tweaks.

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added projects: Maniphest, Arcanist.
epriestley added subscribers: epriestley, chad.

Not sure if this is 5 seconds of work or we need to add some new Conduit stuff.

D8731 and D8732 took care of this.

(Made a custom status, made a task have that status, it showed up fine in arc tasks. arc tasks --status closed showed me closed statuses of various kinds.)