[14:34:39] This may be a question to which I've already resigned myself to the answer being "no", but I'll ask anyway - is there a way (preferably via Conduit) to retrieve the workboard *column* a task is on? [16:38:27] "This may be a question to..." <- So you have a Task and you want to know its column, right? I'm interested as well [16:38:54] * its column(s), right? [16:41:53] Yeah, that [16:42:25] I can easily discover the task's projects/workboard, I just can't seem to figure out how to discover *where* on the workboard it is [16:49:50] What happens if you pass Task PHIDs here? https://sviluppo.erinformatica.it/conduit/method/project.column.search/ [16:50:07] s/sviluppo/example/, s/erinformatica.it/com/ [16:59:04] If I pass a task PHID (eg: constraints= {"phids": ["PHID-TASK-orfwkwxnh7olreckumrp"]}, then I get an empty resultset. I only get a result if I pass a PCOL PHID, and that doesn't return the contents of the column (only the metadata about the column itself) [17:00:15] It feels like I should be using edge.search, but there's no edge type listed at /conduit/method/edge.search/#types which seems to match [17:02:58] stw: Same for me [17:08:46] I also don't think that the column is returned by maniphest.info since I tried and I think it just returns projects [17:09:04] And it also seems to have not possibility to obtain more details [17:12:42] Gotcha! Use maniphest.search, specify constraint with something like {"ids":[123]} for T123 and then the parameter attachment should be {"columns":true} [17:13:46] @stw It's the first time in my life that I use Phabricator/Phorge APIs and I have to say that they are very very very cute. Happy to be useful [17:56:41] aha, perfect! Thanks a lot Valerioboz[m] 😁