1. What Is Card Size?
Card size is a flexible metric that each team defines according to their needs. It can represent various factors, such as the planned duration of a task, its complexity (e.g., story points), man-hours, monetary values, and more.
Size is one of the default card fields, and users with the relevant permissions on a board can configure it to be displayed in one of three modes:
- No pattern (1)
- T-shirt size (2)
- Fibonacci number (3)
Check the examples below:
(1) No pattern: input any number.
(2) T-shirt size: the card size is a dropdown list of T-shirt sizes like S, M, L, XL, etc.
Note: T-shirt sizes correspond to the following numbers:
'S' => 1
'M' => 2
'L' => 3
'XL' => 4
'XXL' => 5
'XXXL' => 6
(3) Fibonacci's number: the card size is a dropdown list with Fibonacci's numbers.
2. How to Configure the Card Size for a Board?
Card size is configured per board. You have to be an Account Owner or a Workspace Manager to set it up.
To configure it, click the "Edit Workflow" icon at the top of each Board interface to enable the board Edit Mode.
You will be able to control various settings from the left side of the board edit mode, including Card size type. Select your size type and Save the board settings from the upper right side of the window.
3. How to Configure a Dynamic Card Size (calculated card size)?
Calculated card size allows you to automatically populate values for the card size field with the help of multiple functions/formulas. To do so, navigate to the Board policies menu (1) on the sidebar of your board and look for Field Formulas (2):
Selecting the pencil icon next to the Card size field would open a window for the Calculated size configuration. To add a dynamic size field/function, type the “@” symbol. The functions available when building a calculated size field are the following:
- AVERAGE – the formula calculates the average value from a set of values.
- CEILING – It rounds your value up to the nearest integer. If “value 1” is 1.2, it will round it up to the nearest integer, which is “2.”
- FLOOR – It rounds your value down to the nearest integer. In this case, if “value 1” is 1.2, it will round it down to the nearest integer which is “1.”
- IF_EMPTY – The formula will return the “fallback_value” if “value 1” is empty. If not - it will return “value 1”
- IF_ZERO – The formula will return the “fallback_value”, if “value 1” is zero. If not - it will return “value 1”
- LOG – The formula represents a logarithmic expression that returns the power to which “base” is raised to get “value 1.”
- MAX – It returns the maximum value from a given set of values.
- MIN – the formula returns the minimum value from a given set of values.
- POWER – It returns “value 1” raised to a given power (“base”).
- ROUND – It returns “value 1” rounded to a specific number of decimal places.
- CARD.CUSTOM_FIELD_NUMBER (field id)
-
DATE_DIFF – This formula returns the difference between two dates, where the result is a number.
Notes:
- Calculated card size is only configured on a board level by either an Account owner or a Workspace manager/user with "Edit workflow" privileges.
- Users won't be able to change the values of a calculated card size on a given card - any changes are done on a board level by a user with a relevant role/privilege.
- If a T-shirt size type has been applied to a board, a dynamic card size formula would disregard it and the card size field would display a number.
- When editing a formula, a request for re-calculating the values would be sent. Processing of this request might take up to 30 minutes. After the re-calculation is completed, the values of the field formulas could be changed.