Board Functions
This section contains functions that enable users to manage agile boards.
Functions Summary
- boardsForFilter — Identifies the boards that use a particular filter for issue tracking.
- boardsForProject — Gets the boards associated to a project
- createKanbanBoardForUser — Creates a Kanban board customized for a specific user.
- createKanbanBoardInProject — Creates a new Kanban board within a project based on a filter.
- createScrumBoardForUser — Creates a Scrum board customized for a specific user.
- createScrumBoardInProject — Creates a new Scrum board within a project based on a filter.
- deleteBoard — Allows for the removal of a specific board from the system.
- filterForBoard — Generates a filter specifically tailored for a particular board.
- getAllBoardNames — Retrieves the names of all boards within a project or system.
- getAllBoards — Retrieves a list of all boards within a project or system.
- getAllKanbanBoards — Retrieves a list of all Kanban boards available in a project or system.
- getAllScrumBoards — Retrieves a list of all Scrum boards within a project or system.
- getBoardFromSprint — Retrieves the board associated with a specific sprint.
- getBoardId — Used to obtain the unique identifier (ID) associated with a specific board.
- getBoardName — Retrieves the name or title of a specific board.
- getBoardOwner — Retrieves the owner or administrator of a specific board.
- getBoardsFromSprint — Retrieves the boards that are associated with a specific sprint.
- getBoardType — Retrieves the type or category of a specific board.
- issuesInBoard — Retrieves all the issues or tasks that are currently part of a specific board.
- projectsForBoard — Retrieves the projects associated with a specific board.
- createScrumBoardForProjects
- createKanbanBoardForProjects
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
