The Phorge Maniphest backend at https://github.com/aklapper/grimoirelab-perceval/blob/main/perceval/backends/core/phabricator.py uses deprecated Phorge Conduit API endpoints. Quoting that code: ``` # Methods MANIPHEST_TASKS = 'maniphest.search' MANIPHEST_TRANSACTIONS = 'maniphest.gettasktransactions' PHAB_PHIDS = 'phid.query' PHAB_USERS = 'user.query' ``` * `user.query` will in the foreseeable phuture get superseded by `user.search`, see https://we.phorge.it/T16625 * `maniphest.gettasktransactions` in the long run should get replaced with `transaction.search`
The Phorge Maniphest backend at https://github.com/aklapper/grimoirelab-perceval/blob/main/perceval/backends/core/phabricator.py uses deprecated Phorge Conduit API endpoints. Quoting that code:
user.querywill in the foreseeable phuture get superseded byuser.search, see https://we.phorge.it/T16625maniphest.gettasktransactionsin the long run should get replaced withtransaction.search