Project

General

Profile

Search

Results (18202)

Help: RE: Tracker hierarchy (parent, subtask, ... played consistently, esp. when parent changes
Our team did develop a script to identify the ... ask whether their script is using the rails Issue.rebuild_tree! call or otherwise: Environm ... n Database adapter SQLServer 2025-06-30 15:35
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Hello! Is this supported on version 5.1.1? ... sion available? Thank you so much! Irene. 2025-06-30 04:12
Help: RE: Tracker hierarchy (parent, subtask, ... played consistently, esp. when parent changes
Hi Holger , Thankyou for the quick reply. ... to have a patch to this version to get this issue resolved ? because its very difficult for us ... our current situation. Please help on this. 2025-06-29 04:54
Help: RE: Tracker hierarchy (parent, subtask, ... played consistently, esp. when parent changes
In previous versions of Redmine on MySQL / MariaDB, it was possible that the issue tree could become inconsistent if there are ... ersion:5.1.1 / #39437 for new changes to the issue trees. Note that this may also require a cha ... ySQL_configuration]] for details. If your issue tree was already inconsistent previously, yo ... e that it will obtain a database lock of all issues for the duration it runs. Any concurrent issue updates will block / wait until the repair process is completed. To repair your issue tree, you can start a rails console with @RA ... ss by entering: <pre><code class="ruby"> Issue.rebuild_tree! </code></pre> This will rebuilt the issue trees in the database based on the @parent_id@ pointers. Depending on the number of issues and depth of your issue... 2025-06-28 18:00
Help: RE: Tracker hierarchy (parent, subtask, ... played consistently, esp. when parent changes
Hi Mike Stell, Did you get any solution for the problem, I am also facing same issue. 2025-06-28 15:16
Help: RE: Editing the description of an existing issue
That works! Thank you. 2025-06-20 17:10
Help: RE: Editing the description of an existing issue
You can click on the *Edit* button on your second screenshot to edit the issue (to e.g. add notes or update any of the editable fields). In the issue edit form form, there may then be a separate ... y should be able to confirm your permissions. 2025-06-20 16:59
Help: RE: Editing the description of an existing issue
Sorry about that broken hyperlink. This marku ... yone has permission to edit comments, go ham. 2025-06-19 12:22
Development: RE: Clarification for Email settings in documentation
Note that there is currently an issue to clarify the actual options in #42847. Once this issue is resolved, we should also update the wiki ... revious translation and the then-current one. 2025-06-18 12:55
Plugins: Certificate of appreciation for developer
We are developing a Redmine plugin designed t ... ificates. With our plugin, you can easily issue digital badges or certificates to your emplo ... r such a plugin? Learn more at: [[https://issuebadge.com]] 2025-06-15 06:53
Help: RE: task deletion
General permissions can generally not be applied selectively based on issues attributes such as author or assignee currently. As such, the permission to delete issues can only applied to all issues visible to the user in a project or none by setting the generic *delete issues* permission in the user's role in the proje ... suitable status workflow to close or reject issues instead of deleting them., That way, closed issues can be checked later and re-opened if requi ... s users. By default, Redmine shows only open issues in the issues lists but you can define a custom query if desired to select the displayed issues. Redmine can deal with a lot of issues efficiently so there is generally no need to delete issues for performance or "cleanliness" reasons. 2025-06-11 12:44
Help: RE: Issue and workaround to get PurpleMind2 theme working with redmine 6.04
Hello Jeremos, I'm facing the same issue and tried to follow your solution. so far i ... the steps how to make your workaround works? 2025-06-10 15:27
Development: Disabling post history
Hi, I'm struggling with a problem. Name ... s down by loading unnecessary data. Some subissues have many thousands of entries... Is the ... d) disable history With a large number of issues and a very large number of users, constantl ... let me know what you think. Regards, L 2025-06-09 16:14
Development: RE: Clarification for Email settings in documentation
Thanks, Holger! Here's my proposed changes ... t's possible to receive notifications for an issue regardless the notification settings by watc ... involved in* | Notify if the event is for an issue is: created by the user, assigned to the use ... assigned to* | Notify if the event is for an issue: assigned to the user or previously assigned ... he owner of* | Notify if the event is for an issue created by the user _Note: Even if a ticke ... k, I think. Thanks in advance for your imput. 2025-06-02 16:47
Development: RE: Clarification for Email settings in documentation
The wiki is free to edit and you are very muc ... ese translations would indeed be done via an issue. 2025-06-02 15:48
Development: Clarification for Email settings in documentation
Hi all, I'm currently going through open issues at a new customer of mine and there's a tic ... re request ticket, I guess? Thanks, Jan 2025-06-02 14:29
Open discussion: RE: Scope of issue autocomplete in text fields
Thanks Holger for the explanations. I'll see ... proof of concept and then open up a feature issue! 2025-06-02 14:20
Help: Conditional email notification content based on issue status
Hi, I'm using Redmine 6.0.5 with Puma and n ... ustom message in email notifications when an issue is updated to a certain status, say "In prog ... l template files: <pre> app/views/mailer/issue_edit.html.erb app/views/mailer/issue_edit.text.erb </pre>. This is the naive co ... ate_notes) %>) <% end %> <hr /> <% if @issue.status.name == 'In progress' %> <p>The ticket is being processed.</p> <% else %> <%= @issue.status.name %> <% end %> <ul class="jour ... > false) %> <hr /> <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :user => @user, :issue_url => @issue_url } %> </code></pre> Is there another ... ns: no plugin installed </code></pre> 2025-05-28 12:09
Help: RE: New install: Redmine not sending emails
I also tried with this last configuration and ... _We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later._ What else needs to be configured? 2025-05-25 02:03
Plugins: Reporter plugin PRO
Hello, I’m using the Reporter plugin in Re ... r-page limit to 500, this does not solve the issue if there are more records. I would like t ... port? Thanks in advance for your help! 2025-05-23 16:10
Open discussion: RE: Performance trouble / slow rendering issues with filter on lots of users in chrome/firefox
Hi i have the same troublon on redmine 4.4.2. ... ripts did you do on ViewCustomize , please ? 2025-05-22 08:58
Open discussion: RE: Scope of issue autocomplete in text fields
The @cross_project_issue_relations@ setting in fact controls the ability to add issue relations (i.e. "connections" between issues). It does not affect the ability to add lin ... ettings only controls the ability to add sub-issues to a parent issue on a different project. It does not affect t ... c form fields, such as the form to add a new issue relation and to scope the search according t ... elds should always search over all (visible) issues in all projects as we can also link there i ... _id: project@ argument to the @auto_complete_issues_path@ method in @ApplicationHelper#autocomp ... al "clashes" if other projects have matching issues since we only return the first 10 issues ordered by issue ID (highest first), thus "drowning out" resu ... uld be to adapt the @AutoCompletesController#... 2025-05-19 23:23
Open discussion: Scope of issue autocomplete in text fields
Due to a user request in our organisation I just spent a few minutes trying to figure out how the issue autocomplete works when you type @#@ or @##@ ... oesn't use @:scope => (Setting.cross_project_issue_relations? ? 'all' : nil)@ as some other pla ... granularity of the latter available for any issue relations and not just subtasks as well, but I don't want to complicate things) Thanks, Jan 2025-05-19 17:28
Help: RE: Problem reinstalling redmine
Reading the production.log, based on this: _ ... ntacts_helpdesk/lib/redmine_helpdesk/patches/issue_query_patch.rb:150:in `available_columns_wit ... lpdesk to see if the problem goes away. 2025-05-17 03:48
Help: Problem reinstalling redmine
Hi, I need to reinstall (outdated OS) an o ... ine_hide_estimated_hours 1.0.14 redmine_issue_templates 1.1.0 redmine_lightbox2 ... ine_hide_estimated_hours 1.0.14 redmine_issue_templates 1.1.0 redmine_lightbox2 ... the problem ? Thanks. Regards, Bruno 2025-05-16 09:24
(1-25/18202)