Project's Boards

In this page you can create and configure the boards your project wish to use.

Boards
Board name

Tag

Active

Configure

Delete

{% for board in repo.boards %}
{% endfor %}
Add new board

How do boards work?

Boards are a very simplified representation of kanban boards. They allow you to see tickets in columns where each column has a different status (state).

In pagure, each board is associated with a tag. Tagging a ticket will automatically make it show on the board in the default column (status) defined in the boards' settings. Similarly, un-tagging the ticket, will remove it from the board.

If a Status is set to "Close", then tickets reaching it will be closed and if a "Close status" is defined, tickets will be closed with that status.

Status set to "Close" tickets will only show 5 tickets by default, the small "eye" icon at the top will allow to toggle that setting and show all the tickets in that status if needed.

You can create as many boards as you want/need and you can de-activate boards that you no longer use. Boards that are de-activated will no longer show in the "Boards" drop-down in the menu. It is also not possible to add or remove tickets in a board that has been deactivated.