Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link
ajax dynamic issue-management issues redmine redmine-plugin

✨ redmine_issue_dynamic_edit

Add new elements on detailed issue page to dynamically update issue's attributes and custom fields, directly in the details block of the issue without any page refresh (JIRA style).

🔴 What info you should provide when opening an issue

Please list your installed plugins and the Redmine version you use. Note that I can't fix every issue when you have conflict with an other plugin that also edit the page.

This plugin use JS a lot. Check your JS console from your web browser ( HowTo ) and try again to reproduce your issue. You'll see some information about what goes wrong.

Copy and paste the result that appears in your console in the Github issue and expand all possible object (error data for example). With this data, we can look if there's a problem with the ajax call the plugin performs to update the issue or if there's any JS error.

🔎 Example

Gif that represents dynamic edition of field from the detailled issue's view

📦 Installation

⚙ Configuration (new since v 0.6.6)

You can set some settings by editing the file assets/javascripts/issue_dynamic_edit_configuration_file.js. Inside this file you'll find different variable :

🎨 Customization

Feel free to edit assets/stylesheets/issue_dynamic_edit.css to update the look of your fields depending on your current Redmine Theme.

🆕 Changelog