This issue has been created
 
 
Kanban Macro / cid:jira-generated-image-avatar-4c0406a2-cc55-4477-b700-a8c6a6bae86c KANBAN-13 Open

Make the amount of items configurable per column

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5e8101cc-9155-44f6-827a-7f7176d6872a Brassat Alexandru created this issue on 06/Jun/25 16:12
 
Summary: Make the amount of items configurable per column
Issue Type: cid:jira-generated-image-avatar-4c0406a2-cc55-4477-b700-a8c6a6bae86c New Feature
Assignee: Unassigned
Created: 06/Jun/25 16:12
Priority: cid:jira-generated-image-static-major-f03c8ff5-ec74-4a31-829c-7c70031cf80d Major
Reporter: Brassat Alexandru
Description:

Currently, Kanabanboard macro displays a limit of 50 tasks. As a consequence, some items you would expect to appear in the kanban board, are omitted.

The macro could be improved by allowing the user to set the limit - this will make it known that its possible that not all the items will be displayed.

 
A suggestion for this improvement would be that the limit should be applied per column rather than for all the columns. For example, If the user desires to display a kanban board with only two columns, setting the limit to 25 will display a maximum of 50 items, 25 per each column.

The current behavior is that the limit is applied before the filtering per category type is done.

For example, If there are 50 todo tasks, 10 done and 20 inprogress, a kanban board macro with all the columns will omit a number of tasks because of the default limit. However, if the user wants the kanban to only display columns for "inprogress" and "done" is it expected that all the tasks of these statuses are displayed, since 10 + 20 is less that the default limit of 50. This is not the case currently.