As I've understood the EditEngine supersedes CustomFields by the flexibility. Are there any examples (in code or in documentation) on how new fields can be added to commits or other entities?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 7 2017
Jan 18 2017
I'm going to close this as "Wontfix". Although adding custom fields is something we may still do, I no longer expect to "rebuild" on top of that infrastructure.
Jan 9 2017
Dec 18 2016
Dec 7 2016
Nov 22 2016
The long-term fix is putting this stuff on EditEngine (some discussion in T11887) but this should be fixable in the short term.
I suspect this might be because the value for "Continue" is an empty string here: https://secure.phabricator.com/source/phabricator/browse/master/src/applications/harbormaster/customfield/HarbormasterBuildStepCoreCustomField.php$27 ; At least, changing that value to be non-empty seems to solve this.
Nov 15 2016
Sep 22 2016
This should now just work without any changes at HEAD of master. Let us know if you're still seeing issues after updating.
Sep 21 2016
Sep 15 2016
I hit this as well - I was able to fix the handful of tasks created before setting "search" -> "true" by just re-saving those tasks.
Sep 10 2016
Sep 6 2016
Aug 23 2016
Aug 18 2016
Aug 16 2016
Aug 9 2016
@epriestley Is there a pathway for reading (not writing) edges which would be open to community contribution? Having arc patch Tnnnn functionality, pulling all the revisions attached to a particular task, would be really attractive for us as we tend to have a larger number of revisions per task.
Aug 5 2016
Aug 3 2016
Jul 30 2016
Jul 28 2016
Phabricator's infrastructure has evolved a lot and CustomFields now serve a smaller role than they once did -- roughly, just custom fields. Later generation stuff (particularly EditEngine) feels better factored, and has reduced the responsibility of CustomFields.
Jul 12 2016
Jul 4 2016
Jun 6 2016
Jun 1 2016
May 27 2016
May 23 2016
May 20 2016
May 19 2016
Same here. I've created customfield "Requirement" to identify external Requirement ID. Searching using Contains Words is inadequate cause it search all fields containing similar string.
May 13 2016
Apr 29 2016
Apr 20 2016
Apr 18 2016
Apr 11 2016
Apr 8 2016
Apr 7 2016
Apr 6 2016
Mar 15 2016
Feb 25 2016
Feb 23 2016
Feb 19 2016
But the documentation says:
Feb 18 2016
I don't know if it's intentional or not, but I can find tasks with custom field text values using the Contains Words field.
Feb 13 2016
Feb 11 2016
There may be a better pathway forward for issuing the actual prompt after T10329, depending on how that pans out.
Feb 10 2016
Thanks!! its worked now.
Feb 4 2016
In T418#157090, @chad wrote:What version of pfabricator does the following "shouldAppearInListView and renderOnListItem" parameter is available in ManiphestCustomField ?
Not sure what the context is for this question. This task is open because the feature is not complete.
What version of pfabricator does the following "shouldAppearInListView and renderOnListItem" parameter is available in ManiphestCustomField ?
What version of pfabricator does the following "shouldAppearInListView and renderOnListItem" parameter is available in ManiphestCustomField ?
Jan 23 2016
I believe the use cases here are reasonably solved with EditEngine in Maniphest and new Projects (build your own custom form, hide what you want from Marketing, and provide a link to the form on the Marketing project).
Jan 19 2016
Jan 12 2016
Jan 9 2016
Dec 22 2015
Dec 18 2015
Dec 17 2015
Dec 16 2015
Reading Custom Fields is now supported in new *.search endpoints (paste.search, maniphest.search, owners.search).
I removed "Quick Create" entirely in T9905, so this is obsolete (at least, for now).