Project

General

Profile

Plugins Directory » Ajax Redmine Issue Dynamic Edit

Author: Hugo Zilliox
Website: https://github.com/Ilogeek/redmine_issue_dynamic_edit
Code repository: https://github.com/Ilogeek/redmine_issue_dynamic_edit.git
Registered on: 2017-08-10 (over 6 years ago)
Current version: 0.9.2
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (35)

Change your issue's attributes without refreshing the page

Dynamically update attributes and custom fields directly in the details block of the issue without refreshing the page.
Add to your Redmine platform one of the most wanted feature from JIRA and increase your productivity.

If you have any problem or question about this plugin, please open an issue on Github :
https://github.com/Ilogeek/redmine_issue_dynamic_edit/issues

I can't provide any help / interact with user on this page and the rating section. Please open an issue on Github if you want to communicate with me (enhancement, bug ...).

-


-

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 :

  • _CONF_FORCE_HTTPS : Will force AJAX call performed by the plugin to be done with https protocol. Use this value if you encounter some difficulties with "Mixed content" issues
  • _CONF_LISTENER_TYPE : Choose which action will trigger the apparition of the edition block
  • _CONF_LISTENER_TARGET : Choose which area will trigger the apparition of the edition block
  • _CONF_EXCLUDED_FIELD_ID : Choose which fields to exclude. They won't have the edit block and pencil
  • _CONF_CHECK_ISSUE_UPDATE_CONFLICT : Choose if you allow current user to override all modifications performed by other users while editing the issue

-


-

Customization

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

-


-

Installation notes

  • Clone repo into plugins directory : git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git (be sure that the parent folder is called redmine_issue_dynamic_edit)
  • Restart your Redmine instance

-


-

Changelog

0.9.2 (2023-12-06)

Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

v 0.9.2
  • Spanish translation added
  • Fixed refresh data button + missing CSRF token
  • Removed jQuery dependency
  • Improved version conflict check
  • Fixed URL with # issue and history update
redmine_issue_dynamic_edit.zip (15.5 KB) redmine_issue_dynamic_edit.zip v 0.9.2 Hugo Zilliox, 2023-12-11 20:46

0.8.1 (2022-01-15)

Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • v 0.8.1 : Fixed Github issue #89 (check version in background may give glitch while editing text)
redmine_issue_dynamic_edit.zip (22.5 KB) redmine_issue_dynamic_edit.zip v 0.8.1 Hugo Zilliox, 2022-01-15 15:59

0.8.0 (2021-12-29)

Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • v 0.8.0 : Complete rework. Compatible with last Redmine version. New settings added : _CONF_CHECK_ISSUE_UPDATE_CONFLICT (Github request 70, Github request 88). Removed external lib (FontAwesome) (Github request 74). Mobile style added (Github request 87). Print style added (Github request 84). Bug fix (Github request 79, Github request 85)
  • v 0.7.2 : New settings added into config file (_CONF_DISPLAY_EDIT_ICON and _CONF_LISTENER_TYPE_ICON) see Configuration part for more info ; new event none for _CONF_LISTENER_TYPE_VALUE disabling listener on value ; css fix
redmine_issue_dynamic_edit.zip (14.6 KB) redmine_issue_dynamic_edit.zip v 0.8.0 Hugo Zilliox, 2021-12-29 22:51

0.7.1 (2020-05-08)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • v 0.7.1 : Fixed incorrect DOM structure if user has read only access to the issue (Github issues 61 and 64) + CSS enhancements
  • v 0.7.0 : Category filter by project added (Github request 55) and prevent dialog closing when using fa-pencil selector (Github issue 59)
  • v 0.6.9 : Category field support (Github request 54)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (16.5 KB) redmine_issue_dynamic_edit.zip v 0.7.1 Hugo Zilliox, 2020-05-08 21:11

0.6.8 (2019-10-30)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • v 0.6.8 : Checkboxes custom fields fixed (Github issue 53)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (24.7 KB) redmine_issue_dynamic_edit.zip v 0.6.8 Hugo Zilliox, 2019-10-30 23:33

0.6.7 (2019-05-29)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.

  • v 0.6.7 : fixed Github issue #46 : text field focus issue

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (23 KB) redmine_issue_dynamic_edit.zip v 0.6.7 Hugo Zilliox, 2019-06-01 11:36

0.6.6 (2019-04-28)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.6.6 : Redmine 4.X support + New configuration file + Multiple fixes (#30 #31 #35 #36 #37 #38 #41)
  • v 0.6.5 : Checklists plugin support (and all other plugins that compute fields when there's an issue update) (Github requests #26 and #28) + custom url support (Github request #29)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit-master.zip (23.5 KB) redmine_issue_dynamic_edit-master.zip v 0.6.6 Hugo Zilliox, 2019-04-28 22:20

0.6.4 (2018-07-15)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.6.4 : Target version and Assignee fields are now supported ; version field with checkbox display is also supported, (Github request #24)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (475 KB) redmine_issue_dynamic_edit.zip v 0.6.4 Hugo Zilliox, 2018-07-16 13:49

0.6.3 (2018-02-12)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.6.3 : fixed Github issue #22 : DatepickerFallback raised an error
  • v 0.6.2 : fixed Github issue #22 : long description is now supported (no more 414 errors)
  • v 0.6.1 : fixed Github issue #20
  • v 0.6.0 : NOW WITH CUSTOM FIELDS SUPPORT ! (Github #19)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (475 KB) redmine_issue_dynamic_edit.zip v 0.6.3 Hugo Zilliox, 2018-02-13 11:01

0.5.0 (2018-01-10)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.5.0 : fixed Github issue #18 : textarea fixed (jstoolbar or ckeditor)
  • v 0.4.9 : fixed Github issue #17 : Datepicker fallback added for date fields

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (474 KB) redmine_issue_dynamic_edit.zip v 0.5.0 Hugo Zilliox, 2018-01-11 09:56

0.4.8 (2017-12-14)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.4.8 : fixed Github issues #15 and #16 : Pagination fixed, JS error if no description fixed

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (467 KB) redmine_issue_dynamic_edit.zip v 0.4.8 Hugo Zilliox, 2017-12-15 09:33

0.4.7 (2017-12-04)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x.

  • v 0.4.7 : if error on dynamic update, put back old values in details block (fixed Github issue #8)
  • v 0.4.6 : description is now dynamically editable (edit field appears if there's already a description written) (Github request #14)
  • v 0.4.5 : fixed Github issue #13 : CSS display for custom attributes, added Title dynamic edition (Github request #14)

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (467 KB) redmine_issue_dynamic_edit.zip v 0.4.7 Hugo Zilliox, 2017-12-04 09:37

0.4.4 (2017-09-20)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.

  • v 0.4.4 : fixed Github issues #6, #12 : User can't update status until all required fields are filled for this step of the issue
  • v 0.4.3 : partially fixed Github issue #12 : Read only attributes can't be edited anymore. Dynamic refresh for read only attributes when status changes

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (145 KB) redmine_issue_dynamic_edit.zip v 0.4.4 Hugo Zilliox, 2017-09-27 09:28

0.4.2 (2017-09-13)

Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.

  • v 0.4.2 : fixed Github issue #10 : History list updated after modification
  • v 0.4.1 : fixed Github issue #7 : update status list to follow Redmine workflow
  • v 0.4.0 : fixed Github issues #2, #4, #9. Edited dropdown display

See more details on Github : https://github.com/Ilogeek/redmine_issue_dynamic_edit

redmine_issue_dynamic_edit.zip (143 KB) redmine_issue_dynamic_edit.zip V 0.4.2 Hugo Zilliox, 2017-09-13 16:41

0.3.1 (2017-08-19)

Compatible with Redmine 3.4.x, 3.3.x.

v 0.3.1 : fixed issue when redmine instance is not at the root of the server, minor fixes

redmine_issue_dynamic_edit.zip (152 KB) redmine_issue_dynamic_edit.zip v 0.3.1 Hugo Zilliox, 2017-08-20 10:42

0.3.0 (2017-08-17)

Compatible with Redmine 3.4.x.

v 0.3.0 : start date, due date, ratio and estimated time fields are now dynamically editable. Translation files added (en, fr). Log added in console when AJAX fails

redmine_issue_dynamic_edit.zip (143 KB) redmine_issue_dynamic_edit.zip v 0.3.0 Hugo Zilliox, 2017-08-17 16:44

0.2.0 (2017-08-11)

Compatible with Redmine 3.4.x, 3.3.x.

v 0.2.0 : fixed "conflict" when trying to add a note after an update from dropdowns. New method used, REST API is not required anymore

redmine_issue_dynamic_edit.zip (140 KB) redmine_issue_dynamic_edit.zip v 0.2.0 Hugo Zilliox, 2017-08-11 13:44

0.1.0 (2017-08-07)

Compatible with Redmine 3.4.x, 3.3.x.

redmine_issue_dynamic_edit.zip (140 KB) redmine_issue_dynamic_edit.zip ZIP file from https://github.com/Ilogeek/redmine_issue_dynamic_edit Hugo Zilliox, 2017-08-10 09:14

User ratings

  by Grubs _ 8 months ago

Perfection. Works well with 5.0.5

  by DB F 8 months ago

  by Cédric BAUDRY over 1 year ago

A must have if you have to migrate from Jira to Redmine !

  by Hugo Zilliox about 2 years ago

@Marian Liviriniu : thank you for your feedback. Feel free to submit a PR with your bugfix on https://github.com/Ilogeek/redmine_issue_dynamic_edit to help the community

  by Marian Liviriniu about 2 years ago

Had to bugfix and tweak this so much... (for Redmine 4.2.1)

I give 4 stars, not 3 because I appreciate the effort put into this. All done, it managed to shine through as a wonderful plugin. I simply use it almost every time I have to update an issue.

  by Marcos Mata about 2 years ago

  by Mayama Takeshi over 2 years ago

  by cam lafit about 3 years ago

a great plugin :) Thanks a lot

  by Soltész András about 3 years ago

Many thanks for this plugin, looks like a great productivity booster.

The Description field needs better handling, otherwise really great.

  by Martins Dzerve almost 4 years ago

  by Jihyeon Gim about 4 years ago

  by Richard LEHAUT over 4 years ago

  by Alfredo Bonilla over 4 years ago

Great job. Very useful

  by Luis Blasco almost 5 years ago

Great plugin, very useful! Productivity enhancer! Very quick support too from the developer.

  by Thierry Brochu about 5 years ago

Excellent plugin!

  by Ivan Tsybanenko about 5 years ago

Great!
PS: Incompatible with a_common_libs (by RM+).
https://github.com/Ilogeek/redmine_issue_dynamic_edit/issues/28#issuecomment-483058868

  by Fred Uggla about 5 years ago

  by Olga Zakharova about 5 years ago

good working

  by yang hailong about 5 years ago

  by Ivan Rapekas over 5 years ago

  by IHENG WU over 5 years ago

  by Peter Shadowhd over 5 years ago

  by André Tavares over 5 years ago

Love it, increases productivity very much, works very well!

  by 수진 인 over 5 years ago

Awesome!
This Plugin not need any complicated installation process. Just copy to Plugins folder and restart apache. very ussful!
설치가 쉽고, JIRA에서 쓸수 있던 바로편집이 가능하네요. 각종 플러그인 설치에 하도 고생을 해서ㅠㅠ
Thank you very much to author

  by Benjamin G over 5 years ago

  by Konstantin Shutov over 5 years ago

  by Ayden Cho over 5 years ago

It has been a problem with ISSUE-ID plugin.
Detailed error information is "Duplicate column name 'project_key'"
Please, We need this plugin.

  by Gregor Borsemirk almost 6 years ago

Used a lot by our customers. Increased productivity

  by Lukasz S almost 6 years ago

  by Test User almost 6 years ago

Thanks.

  by Michał Siudyka almost 6 years ago

It works fine! Could be the 'Version' field supported ?

  by Nail F about 6 years ago

Great plugin that will save your time!

  by Benno Schweikert about 6 years ago

  by Alexandr Korovets over 6 years ago

  by Macpolo Li over 6 years ago

A very useful plugin to update issue ,it brings great convenience.