@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
23 lines (22 loc) • 494 B
JSON
{
"ReassignTodoEntriesToAnotherUser": {
"Type": "Task",
"Parameters": {
"property": "userId",
"value": "12345",
"todoIds.$": "$.userTodoIds"
},
"Resource": "module:reassignTodoEntries",
"End": true
},
"ReassignTodoEntriesToAnotherTeam": {
"Type": "Task",
"Parameters": {
"property": "teamName",
"value": "theOtherTeam",
"todoIds.$": "$.teamTodoIds"
},
"Resource": "module:reassignTodoEntries",
"End": true
}
}