Post

2 followers Follow
0
Avatar

Custom Action - User Claim Task

I am trying to create a custom action that will allow my users "Claim a Task" by assigning themselves as the resource.

The rules are the task must have a specific required skill. The task must have no resources currently assigned. The user can only assign themselves.

Does anyone have an idea on how to do this? I am a novice (2 weeks) with Clarizen.

Josh Boutwell Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Hi Josh,

Those are the high level steps:
1. Evaluation criteria: $ResourcesCount=0
2. Action - New Item - Resource :
- Work Item= CurrentObject()
- Resource= CurrentUser()

Please let me know if that worked.

Good luck!
Tamir

Tamir Avital 0 votes
Comment actions Permalink
0
Avatar

Hi Tamir,

Thanks for the advice. I managed to get it working.

I created a custom field with a toggle to trigger the workflow.

Josh Boutwell 0 votes
Comment actions Permalink