godjira

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

Usage no npm install needed!

<script type="module">
  import godjira from 'https://cdn.skypack.dev/godjira';
</script>

README

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