Project

General

Profile

Search

Results (12634)

Feature #43895 (Closed): Disable "Use current date as start date for new issues" by default for new installations
Currently, the "Use current date as start date for new issues" setting is enabled by default, so a new issue gets today's date as its initial start date. ... ting installations keep the current behavior. 2026-03-20 09:06
Defect #43890 (Needs feedback): Wiki links wi ... duce broken URLs after upgrade to Redmine 6.x
h2. Environment * *Redmine version:* 6.1.0 ... in the generated link. h2. Impact This issue is especially severe because: It affects ... aped underscores get written back permanently 2026-03-19 09:56
Defect #43889 (Closed): Webhook is not triggered when attachment is deleted via AJAX UI
Webhook functionality was introduced in #2966 ... ed. In contrast, deleting an attachment via issue edit and submit creates a similar journal en ... dless of whether it is performed via AJAX or issue update. 2026-03-18 23:57
Feature #43885 (Closed): Align issue previous/next link styling with pagination buttons
The attached patch changes the styling of the issue previous/next links to match the pagination ... Currently, the previous/next links on the issue details page are displayed as plain text lin ... er: 1px solid gray;}.mobile-after%402x.png! 2026-03-17 14:30
Feature #43883 (New): Option to reset Status and % Done when copying an issue
Description: When copying/duplicating an existing issue to create a new one, the current behavior carries over the "Status" and "% Done" from the original issue. In many cases, a copied issue represents a new task that has not yet start ... o reset the following fields when copying an issue: Status: Reset to the default initial statu ... 作成したタスクが誤って「完了」状態になることを防ぎ、ワークフローの効率が大幅に向上します。 2026-03-17 08:39
Feature #43881 (New): Strengthen API authenti ... tion, scopes, rate limiting and audit logging
API authentication currently relies on a stat ... ion authentication. h2. Main identified issues * *2FA bypass* — Since #35001, basic aut ... ndpoints* or groups of endpoints (e.g. allow issue read but disable user management API) * Thi ... what transition period would be reasonable 2026-03-16 20:36
Defect #43880 (New): Attachments lost when st ... is submitted after another user saves changes
When two users edit the same issue concurrently, and the user with the stale ed ... reproduce* User A opens the edit page of an issue. User B opens the edit page of the same issue. User A uploads an attachment but does not save yet. User B modifies one or more issue fields and saves successfully. User A saves the issue. Redmine shows the conflict resolution scre ... ed by User A should still be attached to the issue after conflict resolution. *Actual behavi ... ution UI offers no option that preserves it. 2026-03-16 12:53
Defect #43869 (Closed): Default assignee selected by category is not shown in UI
When selecting a category, the default assign ... is: <pre><code class="html"> <select name="issue[assigned_to_id]" id="issue_assigned_to_id"> <option value="">user2 t ... es: <pre><code class="html"> <select name="issue[assigned_to_id]" id="issue_assigned_to_id"> <option value="" label=" ... ixed. Could someone help check and fix this issue? 2026-03-10 10:24
Defect #43861 (Needs feedback): Timestamp upd ... Time_entries project_id is not updated when issue is attached to a different project.
When an issue (including all time entries attached to this issue) is moved to a different project; project ... table time_entries is NOT updated Causing issues with data synchronisation in external softw ... Currently running Redmine 5.0.12.stable.23543 2026-03-04 07:14
Feature #43859 (New): Default Query for Time Entries (Time Tracking), similar to Issues and Projects
h2. Description Redmine already supports default queries for Issues (#7360) and default queries for Projects (# ... ting Query mechanisms already used for: * Issues * Projects This minimizes implementatio ... * Display columns such as: User, Activity, Issue, Hours Today, every user must configure t ... onfiguration automatically based on defaults. 2026-03-02 08:20
Patch #43847 (Closed): Traditional Chinese translation (to r24462)
* Translation added: ** webhook_event_create ... , webhook_event_deleted, label_auto_watch_on_issue_assigned_to_me, label_relation_remove, label_subtask_remove, button_remove, label_open_in_full_view 2026-02-25 10:24
Patch #43845 (Closed): Remove the Raphael.js dependency by switching to SVG API
This issue proposes removing Redmine's dependency on Ra ... olid #ccc}revision-graph-after-change.png!| 2026-02-25 05:52
Patch #43839 (Closed): Japanese translation update (r24455)
Translated the following strings: * webhoo ... webhook_event_deleted * label_auto_watch_on_issue_assigned_to_me * label_relation_remove * label_subtask_remove * button_remove 2026-02-24 04:00
Defect #43838 (Closed): User mentions using the @login syntax cause performance issues when rendering content on instances with a large number of users.
The performance issue was first reported by Jean-Philippe last yea ... => name.downcase)@ This causes two major issues on large instances (e.g., redmine.org with ... y login. The proposed changes: * fix the issues only for the mention feature, method @User. ... LOWER(login)@, but I didn't run a test yet. 2026-02-21 18:19
Feature #43837 (Closed): Add a hint to the issue relation add form that clarifies multiple comma-separated issue IDs are accepted
It would help me out a lot if I could add the ... r bulk edit interface add the relationships. 2026-02-21 16:07
Feature #43836 (Closed): Unify spacing around section separators on issue details page
On the issue details page, spacing around section separat ... e between Description, Subtasks, and Related issues). A likely reason is that `hr` does not ... ets/application.css @@ -780,6 +780,7 @@ div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;} div.issue .attribute.string_cf .value .wiki p {margin-block: 0;} div.issue .attribute.text_cf .value .wiki p:first-of-type {margin-block-start: 0;} div.issue.overdue .due-date .value { color: var(--oc-red-9); } +div.issue.details > hr { margin-block: 16px; } body.controller-issues h2.inline-flex {padding-inline-end: 0} div#sticky-issue-header { display: none; </code></pre> 2026-02-20 02:46
Defect #43835 (Needs feedback): Two-Factor authenticatorion fail
Company name: Tmaxsoft Issue: Any new users fail on authentication activa ... tion Database adapter Mysql2 2026-02-19 23:19
Feature #43834 (New): Globally disable issue deletion for all users including admins
We are using Redmine in a customer context where it is required that issues must never be physically deleted. Currently, issue deletion can be controlled via roles and per ... tors still may have the permission to delete issues. We would like to request an option (e.g. a global setting) to completely disable issue deletion for all users including administrators, so that issues can only be closed but never removed from t ... table for regulated environments. Thank you! 2026-02-19 15:26
Feature #43832 (New): Mentioned in last note filter?
Hi! It would be great to have the option to filter issues using only the last note (not all notes). In particular, it should be possible to find all issues where a specified user is mentioned in the ... Even better would be the ability to find all issues where the specified user was mentioned in a note and has not replied. 2026-02-19 13:48
Feature #43825 (Closed): Preserve checkbox selection in user search dialogs
When adding members, group users, or watchers ... f hidden selections should also be submitted. 2026-02-13 13:08
Patch #43823 (Closed): Remove unused CSS rule: `body.controller-issues h2.inline-flex`
In application.css, the following rule appear ... be safely removed: <pre> body.controller-issues h2.inline-flex {padding-inline-end: 0} </pre> Current issue views use @h2.inline-block@ (not @h2.inline- ... lector no longer matches in core views. 2026-02-13 01:41
Patch #43822 (Closed): Use logical CSS property in CommonMark help examples for RTL support
In `app/views/help/wiki_syntax/common_mark/*/ ... his does not currently cause any RTL-related issues because those help files are for LTR langua ... -start` may reduce the risk of future layout issues in RTL languages. For example, if RTL-langu ... line-start`, which also works in RTL layouts. 2026-02-13 01:30
Feature #43818 (Closed): Show warning for closed projects on all project pages not only on Overview
Currently, the "This project is closed and re ... page. This can confuse users who open an issue (or another project page) directly without g ... : 1px solid gray;}.project-closed-warning-on-issue-show%402x.png! 2026-02-12 05:21
Defect #43817 (Closed): Possibility to deactivate CSV import
Hello everyone ! Is it possible to have disa ... n challenged on this. Thank you in advance ! 2026-02-11 15:59
Defect #43809 (Closed): db migrate error after upgrade to Redmine 6.1.0.devel.24240
Error message: bundle exec rake db:migrate ... db:migrate => db:load_config => environment 2026-02-10 08:40
(26-50/12634)