/react-sprint-graph

A react widget plotting a sprint burn up graph, with sprint goals.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

A basic Agile 2 Sprint graph.

Usage

Required GET params: boardId, sprintId (eg. http://localhost:3000/?boardId=240&sprintId=563).

Local

  • yarn install

  • For local development run yarn dev-server providing your JIRA url, your username and password.

  • in a separate terminal, run yarn start dev with something like the above url ^^. See Board ID and Sprint ID.

License

Copyright (C) 2017 Maximilian Stoiber & Nikolaus Graf. You may use this repo for non-commercial use under the GPLv3 license.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

(see LICENSE.md for the full license text)