phabricator_transaction_search
Search for transactions like comments and status changes on any Phabricator object such as D123 or T456, with filters by author or PHIDs and pagination support.
Instructions
Search transactions (comments, status changes, etc.) on a Phabricator object (e.g., "D123", "T456")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectIdentifier | Yes | Object ID (e.g., "D123", "T456") or PHID to get transactions for | |
| constraints | No | Search constraints | |
| limit | No | Maximum results (max 100) | |
| after | No | Cursor for next-page pagination | |
| before | No | Cursor for previous-page pagination |