All Projects → leif81 → bzkanban

leif81 / bzkanban

Licence: other
🔪 Kanban board for Bugzilla 5+

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to bzkanban

Support
Agile project management integrated with GitHub
Stars: ✭ 373 (+856.41%)
Mutual labels:  agile, project-management, kanban, scrum
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-46.15%)
Mutual labels:  agile, project-management, kanban, scrum
Masterlab
简单高效、基于敏捷开发的项目管理工具
Stars: ✭ 846 (+2069.23%)
Mutual labels:  agile, project-management, kanban, scrum
React Trello Multiboard
React-Trello-Multiboard is a single-page application built with React displaying multiple cards of several Trello® boards and lists. The cards can be filtered by preferred team members.
Stars: ✭ 43 (+10.26%)
Mutual labels:  single-page-app, project-management, kanban, scrum
Leantime
Leantime is a lean project management system for innovators. Designed to help you manage your projects from ideation to delivery.
Stars: ✭ 702 (+1700%)
Mutual labels:  agile, project-management, kanban, scrum
Focalboard
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Stars: ✭ 1,153 (+2856.41%)
Mutual labels:  agile, project-management, scrum
Imdone Atom
imdone-atom has been archived
Stars: ✭ 219 (+461.54%)
Mutual labels:  agile, kanban, scrum
Scrumwala
Scrumwala: Your very own Scrum, Agile project management web app - built with Laravel
Stars: ✭ 244 (+525.64%)
Mutual labels:  agile, project-management, scrum
Mycollab
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
Stars: ✭ 1,063 (+2625.64%)
Mutual labels:  agile, project-management, kanban
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+715.38%)
Mutual labels:  agile, kanban, scrum
rebacklogs
Re:Backlogs is an Open Source Project Management Tool.
Stars: ✭ 163 (+317.95%)
Mutual labels:  agile, project-management, kanban
kanboard
Kanban project management software
Stars: ✭ 6,484 (+16525.64%)
Mutual labels:  agile, project-management, kanban
Awesome Agile
Awesome List of resources on Agile Software Development.
Stars: ✭ 797 (+1943.59%)
Mutual labels:  agile, kanban, scrum
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+13584.62%)
Mutual labels:  project-management, kanban, scrum
Zentaopms
Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​
Stars: ✭ 716 (+1735.9%)
Mutual labels:  agile, project-management, scrum
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (+120.51%)
Mutual labels:  agile, project-management, scrum
Jitamin
🐼 Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868
Stars: ✭ 903 (+2215.38%)
Mutual labels:  agile, kanban, scrum
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+202.56%)
Mutual labels:  agile, kanban, scrum
Thunderdome Planning Poker
⚡ Thunderdome is an open source agile planning poker tool in the theme of Battling for points
Stars: ✭ 70 (+79.49%)
Mutual labels:  agile, scrum
Retrospectify
An awesome tool for retrospecting, written in Vue
Stars: ✭ 97 (+148.72%)
Mutual labels:  agile, scrum

Bz Kanban Board

About

The bzkanban app allows you to visualize bugs from a Bugzilla server on a Kanban board.

The goal of bzkanban is to compliment the Bugzilla workflow you are already using. Each card represents one bug. And each board column represent the Bugzilla bug statuses (i.e. NEW, ASSIGNED, REOPENED, RESOLVED, CLOSED — or whatever your site has renamed them to). Basic actions like filtering, commenting, and changing the bug state (by dragging the card) can be done with the app.

The bzkanban app is implemented as a client side single-page application using Ajax with the Bugzilla 5 server REST API. So what? Installation is very simple, it just needs access to your Bugzilla server. And your Bugzilla server database is the single source of truth, the bzkanban app is just a view of your Bugzilla database.

Screenshot

screenshot
Figure 1. bzkanban example board

Demo

Requirements

  1. Client: A modern web browser capable of HTML5, CSS3, and JavaScript (tested with Chrome and Edge)

  2. Server: Access to the Bugzilla 5.0+ server with the REST API enabled.

Installation

Chose one of the following options to use the Bzkanban app.

No install! Cloud version

This is the easiest way to both try and use bzkbanban app.

Your Bugzilla server URL must be accessible from the internet (not a private intranet) for this option to work.

  1. Copy this address https://leif81.github.io/bzkanban/index.html?site=https://bugzilla.mozilla.org. Change the site= parameter to be the address of your Bugzilla server.

  2. In your web browser, paste and load this URL.

  3. Bookmark and share this URL with your team.

Note: This method uses the latest version of the source code in the GitHub master branch. You will always have the latest fixes and enhancements when you reload the app URL. The intent is the master branch is kept stable although there’s no gaurantee. Please report any issues using the GitHub issue tracker and include a proposed PR for the quickest resolution to the issue.

Locally hosted

Use this method if your Bugzilla server is on a private intranet.

  1. Clone this git repo onto your web server.

  2. Open bzkbanban/index.html and change the siteUrl option to the address of your Bugzilla instance.

  3. Start your web server (Note: A simple option is by running npm http-server within the bzkanban folder where the index.html file is)

  4. In your web browser navigate to the address of the index.html file (i.e. http://www.mycompany.com/bzkbanban/index.html). Bookmark it!

Note: To update the app, periodically do a "git pull" to receive the latest updates from the master branch.

Use

Basic board access

  1. In your web browser, navigate to the bzkanban app URL you bookmarked above.

  2. Load a board by picking a product from the 'Product' list and a milestone from the 'Milestone' list.

Board filtering

  1. Filter cards by the assignee with the 'Assignee' list. Clear the filter by choosing "ALL".

  2. Filter cards by text words with the "Search Cards" text search box.

Bug modification

  1. Bugs can be modified by modifying the original bug in Bugzilla and then reloading the bzkanban board, or with bzkanban app.

  2. Within the bzkanban app, click the log in button (top right) and enter your Bugzilla user account details.

  3. To add a comment, click on a card to open it and enter a new comment.

  4. To modify the bug state, drag a card between columns.

Configuration

These are some settings that can be manually controlled via the page URL parameters. To apply these permanently modify them in the top section of the bzkanban.js file.

  • site

    • The Bugzilla instance to load data from. Overrides the siteUrl setting. e.g. site=https://bugzilla.mozilla.org

  • comments

    • Show comment counts on cards. WARNING: it’s expensive, one more request per card. e.g. comments=true/false

  • autorefresh

    • Reload the board when external changes to bugs are detected. e.g. autorefresh=true/false

Donate

It would be great to hear (by email or by donation) if bzkanban has been helpful. Positive feedback is very motivating, and much appreciated!

btn donateCC LG
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].