It would be nice if it could be possible to create audits with inline comments through the API. The use case is for a Jenkins plugin that will create audits for concerns raised with the code.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Wontfix | epriestley | T1394 Support creating audits with inline comments through the API | ||
Resolved | epriestley | T5873 Update Conduit for ApplicationTransactions, CustomFields and Edges | ||
Resolved | epriestley | T9132 Build an ApplicationEditor abstraction | ||
Resolved | epriestley | T5752 Navigation menus should work correctly on mobile by default | ||
Resolved | chad | T8099 Mid-2015 Phabricator Redesign | ||
Resolved | chad | T8338 Unable to re-arrange Maniphest tasks into 1st row when dragging (redesign branch) | ||
Resolved | chad | T8339 Allow setting of icons in maniphest.status | ||
Resolved | chad | T8341 Identify anywhere we didn't use icons where barColor was used | ||
Resolved | chad | T8342 Design a new PHUIPagerView, allow setting to objects | ||
Resolved | chad | T8549 Feedback on 2015 Redesign | ||
Open | None | T9690 Remove calls to methods deprecated by newPage() | ||
Resolved | None | T9871 Some PHUI form controls do not have identifiable "disabled" states | ||
Duplicate | None | T9913 ApplicationEditor stacked comment actions can't be removed on mobile |
Event Timeline
Comment Actions
@voldern , have you implemented that in your local fork or found another way how to achieve this?
@epriestley if you tell me how or where to look, then I can do that. At least part about adding inline comments to existing commits/audits.
Comment Actions
I've found that there is API call for creating comments for commits called diffusion.createcomment, but it's marked as deprecated. Any idea why? It looks like working one to me.
Comment Actions
This use case is obsoleted by Harbormaster (T1049).
When implemented, Harbormaster will let you report unit and lint results for commits and revisions.