I come across a project in which I have to develop a tool to update the comment of a Maniphest task.
I have searched across the Phabricator Conduit API page, but I can only find APIs for applying new transactions.
Is there any API or workaround to edit a comment/transaction?
Thanks in advance.
You can use maniphest.edit with a transaction type of description, like so:
curl https://secure.phabricator.com/api/maniphest.edit \
-d api.token=api-token \
-d transactions[0][type]=description \
-d transactions[0][value]=My%20new%20task%20description \
-d objectIdentifier=1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With