Skip to content

microfeedback/microfeedback-jira

Repository files navigation

microfeedback-jira

Build Status

Deploy to now Deploy to Heroku

An easily-deployable microservice for collecting user feedback as JIRA issues.

Documentation

https://microfeedback.js.org/backends/microfeedback-jira

Development

  • Fork and clone this repo. cd into the project directory.
  • npm install
  • Copy .env.example: cp .env.example .env
  • (Optional) Update the envvars in .env.
  • To run tests: npm test
  • To run the server with auto-reloading and request logging: npm run dev
    • This requires the envvars in .env to be set correctly.

Debugging in tests with iron-node

Add debugger statements, then run the following:

npm i -g iron-node
npm run test:debug

Related

License

MIT Licensed.