[10:42:41] Within the PHP code, which call allows me to get the description of a task? It seems to be a custom field... [18:27:46] <^[> andre: Does `getDescription` work? It shouldn't be a custom field, since there's a column for it in the table. [18:27:53] <^[> For example, https://we.phorge.it/source/phorge/browse/master/src/applications/maniphest/storage/ManiphestTask.php;6c2c80a3731c0c6be3d99a8357e6a5a53668001d$500 [18:41:19] Thanks. Argh, I'm an idiot when it comes to typing... I meant description of a *project*, not of a task. Sorry! [18:41:47] (basically wondering if I could enforce non-empty project descs when creating a project without too much code work)