Page MenuHomePhabricator

Return task descriptions from "maniphest.search"
ClosedPublic

Authored by epriestley on Apr 3 2017, 12:14 AM.
Tags
None
Referenced Files
F15454698: D17603.diff
Sat, Mar 29, 7:51 PM
F15433449: D17603.id42342.diff
Mon, Mar 24, 11:15 PM
F15400488: D17603.id42344.diff
Mon, Mar 17, 11:58 AM
F15380838: D17603.diff
Fri, Mar 14, 4:42 AM
F15335729: D17603.diff
Sat, Mar 8, 5:32 PM
F15324470: D17603.diff
Fri, Mar 7, 1:37 AM
Unknown Object (File)
Feb 25 2025, 1:50 AM
Unknown Object (File)
Feb 23 2025, 12:38 PM
Subscribers
None

Details

Summary

Fixes T12461. This returns the field as a dictionary with a "raw" value, so we could eventually do this if we want without breaking the API:

{
  "type": "remarkup",
  "raw": "**raw**",
  "html": "<strong>raw</strong>",
  "text": "raw"
}
Test Plan

Called maniphest.search, reviewed output.

Diff Detail

Repository
rP Phabricator
Branch
task1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16268
Build 21619: Run Core Tests
Build 21618: arc lint + arc unit