Aradiv / atom-redmine

View and open your Redmine issues in Atom.

Home Page:https://atom.io/packages/redmine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • ❗ Add specs
  • View issue details
  • Edit / comment on issues
  • Fetch priorities and statuses on project load
  • Refactor .atom-redmine so it can be used as default params (customizable limit, sort etc.)
  • Watch for changes in .atom-redmine
  • Refactor out fetch-redmine as library
  • Create feature branch from issue
  • Save context (eg open buffers) of issue (separate plugin?)

About

View and open your Redmine issues in Atom.

https://atom.io/packages/redmine

License:MIT License


Languages

Language:JavaScript 58.0%Language:CoffeeScript 34.1%Language:CSS 7.9%