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?
Please sign in to leave a comment.
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.
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?
Hojom59215 Yes, you are correct.