Plugins Directory » Redmine Issue Note List
|
|
Author: | Yasu Saku |
|---|---|---|
| Website: | https://github.com/sk-ys/redmine_issue_note_list/ | |
| Code repository: | https://github.com/sk-ys/redmine_issue_note_list/ | |
| Registered on: | 2025-12-14 (3 months ago) | |
| Current version: | 0.3.1 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
| User ratings: |
This is a Redmine plugin that lists issue notes (history) and allows you to add notes directly from the list view.
Features¶
- List Issue Notes: View the recent notes of issues in a list format.
- Add and Edit Notes Directly in the List View: Add and edit new notes directly from the list view without navigating to the issue details page. You can also edit an existing note by double-clicking its cell.
- Customize View:
- Adjust row height (fixed, variable)
- Adjust column width
- Compact mode
- Use simple editor
- Display notes in a popup window
- Filtering: Filter displayed issues using queries, similar to the standard issue list.
Installation notes
- Go to your Redmine plugins directory.
- Clone the repository.
git clone https://github.com/sk-ys/redmine_issue_note_list.git
- Install the dependency plugin (redmine_base_deface) if it is not already installed.
- Restart Redmine.
Changelog
0.3.1 (2026-03-08)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.
Fixies¶
- Add GLightbox regeneration after updating an issue note list row
- Fix incorrect notes visibility after add/update/delete
- Fix double‑click note editing event not firing in some cases
- Refactor recent notes UI and add a container to improve layout
- Some layouts improvements
Details: https://github.com/sk-ys/redmine_issue_note_list/releases/tag/v0.3.1
0.3.0 (2026-03-01)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.
Features¶
- Show the first line of the note in compact mode
- Add support for Redmine extra notes plugin
- Add authorization checks for menu visibility
Fixes¶
- Fix the issue where some query parameters cannot be disabled
- Fix incorrect colspan calculation for group rows with inline-block elements
- Fix: Note header is not updated after updating the note
Details: https://github.com/sk-ys/redmine_issue_note_list/releases/tag/v0.3.0
0.2.2 (2025-12-20)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.
- Fix selector in query form and update custom query edit link for Redmine 6.1 in #140
0.2.0 (2025-12-15)
Compatible with Redmine 6.0.x, 5.1.x, 5.0.x.