Skip to content

Phabricator/Phorge backend uses some frozen/deprecated API endpoints #903

Description

@aklapper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions