Skip to content

application that allows you to submit bug reports to JIRA via an app

Notifications You must be signed in to change notification settings

jmkoni/sinatra-jira-app

Repository files navigation

sinatra-jira

This is an template for an application to submit bugs to JIRA. This script uses basic authentication, but you can easily alter it to use OAuth instead. If using this, you'll also want to update views/response.erb to reflect whatever you want users to see after they submit a ticket (ie further instructions).

This is as flexible as the JIRA API. If you want to add more fields, just update views/form.erb and json in sinatra_jira.rb. I would recommend updating the examples to be more specific and relevant to your project.

getting started

  1. cp .env.example .env
  2. update .env with your JIRA username, password, and project key
  3. bin/setup
  4. ruby sinatra_jira.rb

About

application that allows you to submit bug reports to JIRA via an app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published