rheinwerk-verlag / planning-poker-jira

Import stories and their description form your Jira sprint board and export the results of your planning poker session back to it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planning Poker: Jira Extension

Code Coverage

Documentation Status

This application extends the Planning Poker app with the ability to import stories and their description from Jira and export the estimated amount of story points back to the Jira instance.

This extension also serves as an example on how to add custom behaviour to/extend the functionality of the Planning Poker app.

Features

  • ⬇️ Import stories from your backlog and use them to poker.
  • ⬆️ Export story points back to the Jira backend hassle-free.
  • 📋 Easily manage multiple Jira backends.
  • 🔒 Securely safe your password in an encrypted database field.

Quickstart

You'll need an existing system with the Planning Poker app installed. See its documentation if you haven't already.

  1. Install the Planning Poker Jira app. :

    $ pip install planning-poker-jira
  2. Add the app and its dependencies to the list of your installed apps.

  3. Add encryption keys to your settings. This is used to encrypt your passwords before they are stored in the database. If you don't already have this defined, it's probably easiest to take your SECRET_KEY and convert it to hex since that should be kept secret anyways. See encrypted fields docs for more information on this setting.

    See configuration for more ways to customize the application to fit your needs.

  4. Run the migrations. :

    $ python manage.py migrate
  5. You can now start your server. :

    $ python manage.py runserver 0.0.0.0:8000

About

Import stories and their description form your Jira sprint board and export the results of your planning poker session back to it.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 87.5%Language:Makefile 6.5%Language:HTML 6.0%