Info |
---|
Release Notes: Grid Behaviours - v2.5.0 Release Date: January 6th, 2025 This release document provides a detailed overview of the new Grid Behaviours Feature, outlining its purpose, functionality, and key benefits. |
Table of Contents | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Overview
Idea: Grid Behaviours feature enables restrictions on editing grid content based on user group and issue status. It simplifies access management within grids by defining editable and read-only permissions.
🎯 Goal: The primary goal is to provide a streamlined workflow and interface for configuring and applying grid editing restrictions, ensuring flexible yet controlled access to grid content.
Key Features
Grid Configuration UI Update
A new "Grid Behaviours" tab is added to the grid configuration interface for managing grid behaviours.
Configure New Grid Behaviours
A button labelled "Add Grid Behaviours" allows users to create and configure grid behaviours. Clicking opens a form-based popup.
Edit Grid Behaviours Configuration
Users can edit the existing grid behaviours configuration by clicking “Edit” button on each one.
Delete Grid Behaviours
Users can delete the existing grid behaviours by clicking “Delete” button on each one.
Apply Grid Behaviours to Grids
Apply access for a user to a grid on an issue based on:
Attribute (Editable/Read-only)
Condition (Issue Status)
Restriction (Users/Groups/Everyone)
Note |
---|
In the current version, Grid Behaviours are not supported for team-managed projects; they are only available for company-managed projects. |
Audit Log Monitoring
Tracks grid behaviour logs with a focus on conflicts and errors. Automatic cleanup of logs older than 24 hours (daily at 00:00 UTC).
Instructions for Use
Add Grid Behaviour
Step 1: Open Grid Behaviours tab
Navigate to the grid configuration interface.
Select the "Grid Behaviours" tab.
Step 2: Adding a new Grid Behaviour
Click "Add Grid Behaviours" button to add your first grid behaviour.
When you already have grid behaviours, click “Add” button to add a new grid behaviour.
Step 3: Configuring Grid Behaviour
Name Input: Enter your grid behaviour’s name
Element Input: Pre-selected as "Grid" (default) and you can not change it.
Attribute Input: Choose between "Editable" or "Read-only".
Info |
---|
Editable: Users who have this access can read and edit the grid. Read-only: Users who have this access can read and can not edit the grid. |
Condition Input: Select "Issue Status".
Issue Status Input: Select applicable statuses (e.g., "Open", "Closed").
Info |
---|
You can select multiple issue statuses for each behaviour. |
6. Restriction Input: Select "Everybody", specific "Users", or specific "Groups".
Info |
---|
Logic to Apply Behaviours: Behaviours enforce grid access permissions based on priority: If a user is both individually editable and read-only as part of a group, the individual setting overrides the group restriction and everyone restriction also. If two grid behaviours in a grid have the same restriction and condition, prioritize the earlier-created grid behaviour. |
6.1 Everybody: Apply the access of this grid behaviour to all users in the current organization.
6.2 Users: Apply the access of this grid behaviour to all the selected users.
Info |
---|
You can select multiple users. You can type characters in the “Select Users” fieldto search for users. Especially, you can type “@” in the “Select Users” field to show all users in your organization as selections in the dropdown list. |
6.3 Groups: Apply the access of this grid behaviour to all users in the selected groups.
Info |
---|
You can select multiple groups. You can type characters in the “Select Groups” fieldto search for groups. |
Click "Save" to temporarily save the grid behaviour configuration.
After saving, the new grid behaviour will be displayed on the Behaviours List.
Click “Save” to save the grid configuration and the grid behaviour also.
Apply Grid Behaviours to Grids
Example:
John Doe opens Issue A has Issue Status
Status | ||||
---|---|---|---|---|
|
Grid 1 includes 7 Grid Behaviours sorted by earlier created date.
Order by earlier created date | Name | Attribute | Issue Status | Restriction |
1 | GB1 | Read-only | Todo | Groups (including John Doe) |
2 | GB2 | Read-only | Done | Users (John Doe) |
3 | GB3 | Read-only | In Progress | Users (Jessica) |
4 | GB4 | Read-only | Done | Everyone |
5 | GB5 | Editable | Done | Users (John Doe) |
6 | GB6 | Editable | Done | Groups (including John Doe) |
7 | GB7 | Editable | Done | Groups (not including John Doe) |
Step 1: Reorganize the Grid Behaviours List
When John Doe opens Issue A with Issue Status =
Status | ||||
---|---|---|---|---|
|
Prioritize by Issue Status:
Behaviours matching
will come first, above others (e.g., "In Progress").Status colour Green title DONE
Then, prioritize by Restriction:
Behaviours for Users (John Doe) are ranked higher than those for Groups or Everyone.
Finally, prioritize by Creation Date:
Behaviours created earlier are ranked higher.
Example Sorted List:
GB2: Read-only, Issue Status =
, Restriction = Users (John Doe)Status colour Green title DONE GB5: Editable, Issue Status =
, Restriction = Users (John Doe)Status colour Green title DONE GB6: Editable, Issue Status =
, Restriction = Groups (including John Doe)Status colour Green title DONE GB4: Read-only, Issue Status =
, Restriction = EveryoneStatus colour Green title DONE Others are ranked lower based on mismatched conditions.
Step 2: Apply the Best Matching Behaviour
Once the behaviours are reordered, the system applies the best-matching behaviour according to these rules:
Matching behaviour: If the behaviour's conditions (Issue Status, Restriction) match, it’s applied.
Conflicts: If two behaviours have different attributes (e.g., one is
Read-only
, another isEditable
), the system applies the one that’s ranked highest.
Example Application:
For Issue A, the system checks each behaviour in the reordered list:
GB2: It’s a perfect match (Read-only, Issue Status =
, Restriction = Users (John Doe)) → Applied.Status colour Green title DONE Status colour Green title APPLIED GB5: It’s Editable, so it conflicts with GB2 → Not applied.
Status colour Red title NOT APPLIED GB6: It’s also Editable, so it conflicts with GB2 → Not applied.
Status colour Red title NOT APPLIED GB4: It’s Read-only and matches the status and restriction → Applied.
Status colour Green title APPLIED Other Behaviours: Do not meet the required conditions (either Issue Status or Restriction) and are not applied.→
Status colour Red title NOT APPLIED
Final Result: What John Doe Sees
Since GB2 and GB4 are applied, the grid is Read-only for John Doe because:
GB2: Read-only, matches the conditions perfectly.
GB4: Also Read-only and matches the conditions, but it applies to a wider group (Everyone).
Conclusion: John Doe can only view the grid (read-only), and the system adapts dynamically to his user role and the issue's status.
Tip |
---|
Key Points to Remember
|
View Recent Failed Audit Logs
Open the "Recent Failed Audit Logs" from the "Grid Behaviours" tab by clicking button.
Review conflict and error logs. View details by clicking “Show more” button.
a. Not applied grid behaviour:
A grid behavior will not be applied if either of the following conditions occurs:
User who opened the issue including this grid isn’t in Restriction of this grid behaviour.
Or the issue opened by user doesn’t satisfy Condition of this grid behaviour.
b. Conflicted grid behaviour:
A grid behavior will conflict if the following 4 conditions occur simultaneously:
The issue opened by user sastifies Condition of this grid behaviour.
User who opened the issue including this grid is in Restriction of this grid behaviour.
This grid behaviour isn’t applied.
Attribute of this grid behaviour is different from the applied one.
Feedback and Support
For more information, visit our Support Portal here.
Conclusion
The Grid Behaviours feature empowers administrators to control grid content access efficiently by defining restrictions based on user roles and issue statuses. With intuitive configuration options and robust monitoring via the Audit Log, this feature ensures that editing permissions align with organizational requirements while resolving conflicts through a clear prioritization hierarchy.
By leveraging this feature, users can streamline grid management while maintaining precise control over who can edit content and under what circumstances. This functionality is designed to reduce complexity and enhance productivity within your organization. We encourage users to explore the "Grid Behaviours" tab and customize access rules to suit their unique workflows. If you encounter any challenges or have feedback, our support team is available to assist and improve your experience further.