Automate your issues workflow using Custom Functions. A custom function is a piece of code that can be used for automating a process. You can write your own function in Deluge and call it from one or more business rules. It is similar to the built-in functions in Javascript like DATE, CONCAT, REPLACE, etc. In Zoho Projects, you can update the issue fields automatically using Workflow rules. With the help of custom functions, you can automate a notification, call a webhook, or perform logic right after a Workflow rule is triggered.
Benefits
- When an issue is escalated, user can be notified via an email or a Zoho Chat using custom functions.
- When an issue's severity is updated, a relevant comment can be added to the issue via a custom function.
- Integration can be done with Zoho Apps and third party apps using a custom function.
Add a Custom Function
- Click
in the top navigation bar.
- Navigate to Marketplace and click Custom Functions under Developer Space.
- Select Issues from the dropdown box.
- Click New Custom Function.
- Enter a Function Name and a Description.
- Set the Arguments.
- Type in your code in the Deluge script editor or drag and drop the parameters available in the left panel of the editor and customize them.
- Click Save.

Helen wants to notify a set of users in her project about the change of issue owner for a specific issue upon escalation. She might have to send the notification very often to the same set of users on this subject in the future as well. So, Helen decides to create a custom function and get it called through one of the business rules. This is how her custom function will look.
Associate a Custom Function With a Business Rule
- Click
in the top navigation bar. - Navigate to Issue Tracker and click Business Rules.
- Select a rule and navigate Actions tab.
- In Actions, click Call Custom Function.
- Click the plus icon
to create a new custom function or click the chain icon to call an existing function from the business rule. Click Save Rule.
Learn More about configuring business rules.
Gallery Functions
We have a few predefined gallery functions that are ready to use.