Page MenuHomePhabricator

Maniphest.update allows to update viewPolicy or editPolicy, but maniphest.info and .query doesn't get these fields.
Closed, DuplicatePublic

Description

Case use: to have a script query the list of recently created non-public tasks, to allow to take special actions (notifications, tag with security or edit the policy to make them public).

As far as I understand the current conduit interface:

  • maniphest.update allows to set viewPolicy and editPolicy.
  • maniphest.info and maniphest.query don't print the info
  • there is no special phid visibility query command

Related Objects

Event Timeline

dereckson raised the priority of this task from to Needs Triage.
dereckson updated the task description. (Show Details)
dereckson added projects: Maniphest, Conduit.
dereckson added a subscriber: dereckson.

Would T5207 solve your base problem?

Yes, for the base problem.

But I'm not sure for this task: it would let an incoherence between maniphest.update and maniphest.info/query.