AA Kanban
Alliance Auth plugin for native Kanban boards.
Features
- Native Kanban boards with an intuitive drag-and-drop interface and default columns (Backlog, To Do, In Progress, Review/Testing, Done).
- Summary View displaying all accessible boards across standardized status columns.
- Global Labels & Card Colors: Flexibly categorize cards using global labels and individual background colors, with automatic text-contrast adjustment.
- Member Ticket System: Allows regular members to submit tickets (cards) directly to a designated ticket board. The target ticket board can be easily configured via the frontend Kanban Settings page.
- Permission management: Manage read-only and write groups globally and per board directly from the frontend UI.
- Discord Webhooks: Receive global notifications when new boards are created, or board-specific notifications when cards are moved or new tickets are submitted.
- Direct Messages (DMs): Discord DM notifications are sent directly to users when they are assigned to or removed from cards (requires the
aadiscordbotapp).
Installation
pip install aa-kanban
Add the app to your local.py:
INSTALLED_APPS += [
"aa_kanban",
]
Run the database migrations:
python manage.py migrate
Gather static files:
python manage.py collectstatic
Restart your supervisor services to load the new code (e.g., gunicorn and celery).
Discord Webhooks Configuration
To receive updates in your Discord channels, you can configure webhooks in the Django Admin panel:
- Global Board Creation Webhook:
- Go to Admin > Kanban Settings > Global Kanban Settings.
- Fill in the Board creation webhook field with your Discord Webhook URL. You will receive a message whenever a new board is created.
- Board-Specific Card Movement Webhooks:
- Go to Admin > Boards and edit a specific board.
- Fill in the Discord webhook cards field. Any card movements between lists on this board will be posted to this webhook.
Settings
You can customize the application by adding the following settings to your local.py:
# Change the name of the app in the Alliance Auth sidebar menu (default: "Kanban")
AA_KANBAN_APP_NAME = "Ticket System"
Release files for aa-kanban 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aa_kanban-0.7.0.tar.gz | 69.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aa_kanban-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 169.0 kB
Release files / aa_kanban-0.7.0.tar.gz
| Download URL | aa_kanban-0.7.0.tar.gz |
|---|---|
| Size | 69.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e706ad507c1945e1c1c364979f7feed5031c587910a19ed99f37a213b5bb5f8
|
|
BLAKE2b-256 checksum How to use checksums |
7ffc3c118307e861e37b96afd3d2c750aeb08cb69f06315fc3a6db08dd8ecb2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / aa_kanban-0.7.0-py3-none-any.whl
| Download URL | aa_kanban-0.7.0-py3-none-any.whl |
|---|---|
| Size | 99.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fec64a4d65743f89717fb4a6e78ac0f2aed1b1df17d108ea98b49730765807d3
|
|
BLAKE2b-256 checksum How to use checksums |
4698afdaf601e939d861c0ba3ef7433ba5e47450fcca4f8bedf510aea3336c3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log