godjira

0.0.51 • Public • Published

godjira

Jira UI replacement - add tasks, edit sprints, versions and view a dashboard

instructions

  1. Install node
  2. Clone from git https://github.com/tamarasaurus/godjira or npm - sudo npm install godjira
  3. Install dependencies npm install
  4. You need to make a config.js file and drop it into the godjira directory, it should look like this:
    module.exports = {
        host: 'YOUR_HOST_NAME',
        port: 'YOUR_PORT',
        user: 'YOUR_JIRA_USERNAME',
        password: 'YOUR_JIRA_PASSWORD'
    };
  1. Run node index : http://localhost:3000

Package Sidebar

Install

npm i godjira

Weekly Downloads

1

Version

0.0.51

License

MIT

Last publish

Collaborators

  • tamarachahine