To create a fully functional Kanban, few prerequisites must be met and shall be created, before the creation of Kanban.
Let’s go through these requirements with a use case
Use Case - Customer Support Tickets
Let’s consider a Customer Support Ticket use case, where the Kanban view is used to track tickets. In this case, the tickets are divided into different stages, like Open, In Progress, Resolved, Hold, and Closed, which represent the progression of the support tickets.
Services are essential for ensuring that any updates made on the Kanban board are reflected and saved in the data table.
Navigate to Admin Menu → Apps → Create a Service.
Create a service and add the necessary elements, linking them to the corresponding elements (using update function) of the data table created earlier. Learn more about services and how to create one…
An add-on acts as a plugin that extends the functionality of a View by providing additional columns, actions and rules to define behavior of actions and columns. Later in this article, you will learn how Add-ons can benefit a Kanban View. Know and learn more about Add-ons and how to create it….
Create a smart column named "Priority" and assign it a default static value of "Low." While smart columns typically hold constant values, you can modify their data dynamically using rules.
3. Now, define a rule based on the Issue Type:
If the Issue Type is Bug, set the Priority to High.
If the Issue Type is Feedback, set the Priority to Medium.
If the Issue Type is Feature Request, keep the Priority as Low.
4. This approach ensures that the Priority value adapts automatically based on the type of issue while maintaining the flexibility of smart columns.