Subtask heading PHP

Hey all trying to teach my self some php and stuck on creating a subtask heading via PHP and API with asana, can anyone advise me at all please? as you can see below in my template i have sub task heading with subtasks under them for easier seperation of subtasks

Project > Task > Sub task heading > Sub tasks

Hi @RiccoZorzo,

Create a subtask and set its property is_rendered_as_separator to true. That will create it as a “subtask section” (not really a Section, just looks like one).

have you got an example of php code for task creation and is_rendered with it ?

No, sorry, I’m not a PHP guy.

@Bastien_Siebman, might you be able to help?

1 Like

I don’t have any up to date code. GitHub - Asana/php-asana: Official PHP client library for the Asana API v1 should provide enough examples