Skip to content

ehaehner/PlanningPoker

Repository files navigation

Async Planning Poker

This is an application for agile projects to estimate efford. This tool can help to reduce time spent in meetings because the estimation can be done asynchronously by every team member. It uses Jira API to get the stories.

Setup

Configuration Files

There are 2 config files:

start with docker

Execute in repository root:

docker compose up -f

Mock Jira API

If Jira is not accessible it is possible to create a file at data/search.json containing a Jira response using the search API.

Example:

curl -u <user>:<password> <jira-url>/rest/api/2/search?jql=<JQL>&expand=renderedFields&fields=key,summary,description
  • Copy the response to the search.json
  • remove jiraUsername and jiraPassword from config file

User registration

There is no complex or secure user registration process. Just insert a username at login page to get the users pokerlist. Each username has to be unique.

Features

  • simple login
  • estimate parallel, compare results together
  • everyone can see who has estimated efford of each ticket
  • add note for everyone or just for the user to every ticket
  • uses Jira API to get issues

Screenshots

Pokerlist overview poker result

About

async planning poker tool

Topics

Resources

Stars

Watchers

Forks

Contributors