[01:32:37] I created a stupid bot to keep in sync the new tasks created from a proprietary web platform called 'ClickUp', to our company Phorge, in order to interact from Phorge to these bad users, but using only Phorge. It works great. Soon more unuseful details [01:34:11] The think that makes me sad is that it does not exist a "maniphest.search.single" to query just a single element and returning a single one. I think it could be generalized for all searches. Unsure if this will be simple. [02:06:42] https://secure.phabricator.com/ is back up [03:05:10] they also haven;t had any commits/landed changes since june [12:15:30] You can just use maniphest.search with the ids field set to the id/phid of your specific task, would that not essentially do that? [19:30:36] "You can just use maniphest...." <- Sure! a "maniphest.search.single" would be just (even) more friendly to API consumers interested in checking one element. [19:32:49] Presenting more clean source code on these consumers, avoiding unnecessary loops/etc. - just that, as can be frequently seen in other REST API providers