Steps to reproduce:
- Go to https://secure.phabricator.com/conduit/method/transaction.search/
- Under objectIdentifier, enter "T8510"
- Under constraints, enter {"phids": ["PHID-USER-vg42yoljioxdv5iac3py"]}
- Press "Call Method" button
Expected result:
I expected a list of transactions in T8510 which were performed by the user with that PHID (me actually), because since D19047 I can pass "PHIDs as constraints".
If not all 'types' of PHIDs are supported you may want to document/clarify expectations for naive users like me? If not: Also fine, just wanted to point this out.
(OT: The docs for transaction.search are pretty short. To my surprise, it also seems the method does not output any project tag changes that happened on a task?)
Actual result:
{ "data": [], "cursor": { "limit": 100, "after": null, "before": null } }
Version
The very current version of Phabricator on this instance.