We have Kanban Board in a company-managed software project.
Currently, we have a board setting to hide completed issues older than 1 week but we need to hide older than 3-5 days.
Thanks in advance.
The hide options in kanban board doesn't have the dropdown for days less than a week as of now.
You can try adding a filter in sub -filter like this
fixVersion in unreleasedVersions() OR fixVersion is EMPTY AND (status != Done OR status = Done AND resolutiondate >= startOfDay(-5d)) --> This should hide issues resolved more than 5 days
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.