@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add `transactionID` to maniphest.gettransactions output

Summary:
This commit adds the `transactionID` field to manphest.gettransactions, to
satisfy the request in T10327

Test Plan: Call the `maniphest.gettransactions` endpoint, verify `transactionID` is present

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: chad, Korvin

Differential Revision: https://secure.phabricator.com/D15250

authored by

Jay Shirley and committed by
epriestley
8af3abc4 de379c8b

+1
+1
src/applications/maniphest/conduit/ManiphestGetTaskTransactionsConduitAPIMethod.php
··· 59 59 60 60 $results[$task_id][] = array( 61 61 'taskID' => $task_id, 62 + 'transactionID' => $transaction->getID(), 62 63 'transactionPHID' => $transaction->getPHID(), 63 64 'transactionType' => $transaction->getTransactionType(), 64 65 'oldValue' => $transaction->getOldValue(),