Adding 'Current User' to a task template

Hi,

Is there a way to assign ‘current user’ to a task in task template? Basically, we want to have the first task assigned to the user who creates the asset automatically.

Cheers
Rohit

7 Likes

Hi Rohit,

To my knowledge, this isn’t possible in the application itself. It’s an interesting use case, and I highly recommend you submit this idea to our product team.

If you have experience with the Python API and our event framework, this can rather easily be scripted. Capture the event when the Asset (or other entity type) is created, lookup the associated tasks and assign them to the person that created the entity.

I sure hope this helps you implement the workflow you’re looking for.

6 Likes