amiuhle / atom-redmine

View and open your Redmine issues in Atom.
https://atom.io/packages/redmine
MIT License
7 stars 3 forks source link

Redmine

View and open your Redmine issues in Atom.

Screenshot

Configuration

You have to supply the Redmine Host and your Redmine API Key in the package's settings.

Also, you have to create a .atom-redmine file in your project which contains the Redmine project identifier:

{
  "projectId": "project-identifier"
}

Roadmap