Redmine Issue Post is greatly inspired on IssuePost for github. In this case, it is aimed at the redmine bug tracker and allow a user to quickly enter new issues into the tracker without requiring them to open their browser, navigate to the tracker and fill out all the fields.
This was developed because we wanted to make better use of redmine and we felt that entering bugs was slowing us down. Thus, we needed a way to rapidly enter those issues so that instead of not creating them, we would add them in our cherished redmine.
- Easy to configure and install
- Quick issue creation into Redmine
- Available on Linux, Mac OS X and Windows
Note that Redmine Issue Post is also compatible with chiliproject
This assumes you have NPM installed. If not, you can go to http://nodejs.org/ or http://nodejs.org/download/ and download/execute the required installer.
The redmine server you want to submit to must also have Enable REST web service enabled (if you are a redmine administrator, you can look under Adminstration > Settings > Authentication).
- Run
npm install
- Run
npm start
to execute/start Redmine Issue Post - Click on the gear in the bottom right corner to bring up the configuration window. From there, simply enter the redmine URL and your redmine api key and then use the ESC key to close the window and save the values.
As this is an application based on node-webkit, it should work on Linux, Mac and Windows.
Redmine Issue Post is currently based off various softwares which are either already included when you download Redmine Issue Post or when your run the install steps.
At runtime, the following are used:
The following tools are quite important to our development process:
(For a complete list of dependencies, see package.json)
The code is licensed under the MIT license. See license.txt.