This custom function can be used to move a card to any stage in the blueprint automatically.
Cards can be moved to previous stages or upcoming stages.
orgName
: Specify your organization’s name. This will be available in Qntrl’s URL (
core.qntrl.com/blueprint
/
<orgName>/<module>).
jobID
: Choose the
Card ID
Form Field here. You can also specify the ID of the card. This will be available in the card URL (
core.qntrl.com/blueprint/
<org-name>/<module>/<jobID>).
toStageName:
Specify the stage to move the card.
1.
Invoke Connections to authorize your Qntrl account.
Click the +Connections button in Custom Functions or navigate to Connections under Advanced.
Click
Create Connection
in the top-right corner.
Choose
Zoho Oauth
on the
Pick Your Service
tab.
Enter a
Connection Name
and choose the 'Orchestly.stage.READ' and 'Orchestly.job.ALL' scopes to connect.
2.
After successful authentication, include the connection details in the response block of the custom function.
Move_Job_to_other_Stage
is a part of Qntrl's pre-define custom functions available in Function Gallery. However, you can also write your own
custom functions
in Qntrl.