Workflow. Generate tasks for new project

Is there any ctx trigger to do stuff when new project is created? For example ctx.poject.isNew or something similar.

I need to autogenerate a few tasks for every project. So can i do it by workflow?

0
3 comments

Hi!

No, it is not possible to detect when a project is created in the workflow. But you can create an action rule that will generate issues after the project is created, as in this example.

0

Hi Alisa, thanks for reply!
 
So the only way to generate tasks on new project creation is to create custom action and invoke it manually after i created project?

0

Please sign in to leave a comment.