Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15384916
D15244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
780 B
Referenced Files
None
Subscribers
None
D15244.diff
View Options
diff --git a/src/applications/maniphest/storage/ManiphestTask.php b/src/applications/maniphest/storage/ManiphestTask.php
--- a/src/applications/maniphest/storage/ManiphestTask.php
+++ b/src/applications/maniphest/storage/ManiphestTask.php
@@ -462,6 +462,10 @@
->setKey('priority')
->setType('map<string, wild>')
->setDescription(pht('Information about task priority.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('points')
+ ->setType('points')
+ ->setDescription(pht('Point value of the task.')),
);
}
@@ -488,6 +492,7 @@
'ownerPHID' => $this->getOwnerPHID(),
'status' => $status_info,
'priority' => $priority_info,
+ 'points' => $this->getPoints(),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 9:10 PM (6 d, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7703765
Default Alt Text
D15244.diff (780 B)
Attached To
Mode
D15244: Expose task point counts in `maniphest.search`
Attached
Detach File
Event Timeline
Log In to Comment