Project

General

Profile

Search

Results (18203)

Open discussion: RE: how to set default assignee to <<me>>
Fernando Merlos wrote in message#69981: > Fo ... orkaround: > > 1. Edit the file app/views/issues/_form.html.erb > 2. Add the line "$(".assi ... next code at the end of the file 'app/views/issues/_form.html.erb': <pre><code class="javas ... } else { document.getElementById("issue_assigned_to_id").selectedIndex = "1"; } ... ror); } }); <% end %> </code></pre> 2024-07-18 15:58
Open discussion: RE: Redmine 5.0.8 2MFA
I hear your frustration with Redmine 5.0.8's ... accurate. Even a slight difference can cause issues with 2MFA codes. * Re-used Codes: Redmine ... t for a new code before entering one. * App Issues: If users are using an authentication app ( ... nt app to see if it resolves the problem. 2024-07-17 09:58
Help: RE: I can't attach files bigger than 1MB
Ramiro Padín wrote: > We have an issue with attached files, we cant attach files bi ... size of files, increase it to 30Mb, and the issue persist. > We tried to change the propertie ... _size" to 30Mb on nginx config files and the issue persist. > We tried also doing a reboot. > ... 0.4.1 redmine_zenedit 2.0.6 2024-07-16 16:48
Help: RE: Set default user to "me" when creating a ticket
To set the default assignee to <<me>> when creating new Issues, a possible workaround is described here: https://www.redmine.org/boards/1/topics/41122 2024-07-16 14:49
Open discussion: RE: how to set default assignee to <<me>>
For those who may be interested, here is a possible workaround: 1. Edit the file app/views/issues/_form.html.erb 2. Add the line "$(".assign ... code></pre> 3. Restart your Redmine server 2024-07-16 14:41
Help: I can't attach files bigger than 1MB
We have an issue with attached files, we cant attach files bi ... size of files, increase it to 30Mb, and the issue persist. We tried to change the propertie " ... _size" to 30Mb on nginx config files and the issue persist. We tried also doing a reboot. Redmine is running over Ubuntu Linux. Thanks 2024-07-16 14:35
Open discussion: RE: Where can I learn what's going to be new in Redmine 6?
Steve Gibson wrote in message#69903: > Mariu ... Marius! I had previously found that list of issues and fixes. What I was hoping to find — and ... n. I hope now I answered your question. 2024-07-13 10:08
Development: RE: Query for Redmine vulnerabilities
You can report security vulnerabilities you h ... s#Submitting-a-Bug]]. * Please describe the issue in sufficient detail to allow us to reproduc ... nsure that your findings are actual security issues before reporting them. Often, automated sca ... ive findings which are not actually security issues. 2024-07-10 11:59
Help: RE: Not been able to add wachers with a role having "Issues created by or assigned to the user"
Holger Just wrote in message#69949: > You can add watchers to existing issues from the issue sidebar. When clicking on *Add* there, the m ... the sidebar and users that have a role with "Issues created by or assigned to the user" are not listed there. Besides, if I make "All issues" in their role, they appear in the list and can be added. If I make them "Issues created by or assigned to the user" again, ... add watchers with this role when creating an issues but does not allow to do it for an already existing issue? If it works the way it is supposed to then how do I make a role for users to see only issues they are assigned to or watchers of? 2024-07-10 08:36
Help: RE: Not been able to add wachers with a role having "Issues created by or assigned to the user"
You can add watchers to existing issues from the issue sidebar. When clicking on *Add* there, the m ... ching for their name in the add watches form. 2024-07-09 19:03
Help: Not been able to add wachers with a role having "Issues created by or assigned to the user"
Hi! I have a group of users that got "Issues created by or assigned to the user" in thei ... t to "All active users". When one creates an issue such users can be added as watchers but after an issue is already created such users are not visibl ... one, even an Admin, tries to add them to an issue. Why is that? I am running Redmine 5.1.2... Thanks in advance! 2024-07-09 16:37
Development: Creating a project template
Hello, I have a question: is it possible to ... ate so that when starting a new project, the issues are already set? 2024-07-03 16:24
Open discussion: RE: Exporting issues to PDF in portrait mode
Also..... I've tried modifying my report to ... d L based on the width of the report output. 2024-07-03 15:53
Open discussion: Exporting issues to PDF in portrait mode
Gentlemen, For several years now, off and on ... modify my Redmine installation to export my issues list to a PDF file in LETTER size portrait mode. The only thing I need on there is the issue Subject field. I also need the indentations ... nge to modify a Redmine report. :) A single issue exported to a PDF file produces portrait out ... ext to see if I can make the settings of the issues list export more closely match up with a single issue export. Attached are files showing current issues list output and output I desire. I just mo ... ld very much appreciate it. Thanks! Pat 2024-07-03 15:45
Open discussion: RE: LDAPS certificate issue
In case anyone ever stumbles on this issue, here's how I resolved it today after many t ... in using LDAP over SSL instead of plain LDAP. 2024-07-01 14:00
Help: RE: upgrade to 5.1.0 fail
i had solved this issue,thx 2024-07-01 04:11
Help: RE: upgrade to 5.1.0 ,and run fail
i had solved this issue,thx 2024-07-01 04:11
Help: RE: Cannot start Redmine 5.1.3 after up ... arting fine with WebRick but not with Apache)
Try adding "PassengerSpawnMethod direct" to you apache virtualhost config. I had the same issue with nginx (different ruby versions [3.2] an ... g until someone finds the root cause of this issue. 2024-06-29 12:12
Help: Accessing IssueRelation during issue destruction
My goal is to propagate the deletion of an issue to change a custom field of the linked issue. So, I intercept the destruction of an issue. I'm encountering a problem in my redmine plugin. IssueRelation are not accessible as expected when calling the @before_destroy@ hook in issue model. <pre><code class="yaml"> Contex ... ame function. for example @Rails.logger.info(IssueRelation.where(issue_from: self.id).inspect)@ if I run it with ... troy` or `after_destroy` hook the result of @IssueRelation.where(issue_from: self.id).inspect@ is empty Here i ... edmineMyPlugin module Patches module IssuePatch extend ActiveSupport::Concern ... thods # TEST # has_many :issue_relations_from, class_name: '... 2024-06-28 11:20
Open discussion: RE: Can the problem serial number be defined by oneself
No, not really. Redmine expects strictly nume ... ces of data, e.g. to associate journals with issues. Using alternative identification scheme ... Redmine. One reason is that we allow to move issues between projects which would result in an ID change, which again is something we do not support. 2024-06-27 12:09
Open discussion: RE: Can the problem serial number be defined by oneself
The issue IDs (and about all other numerical IDs used ... atabase when creating the respective object (issue, journal, user, custom field, ...) from a si ... uch, these IDs can not be chosen arbitrarily. 2024-06-27 11:38
Open discussion: RE: Where can I learn what's going to be new in Redmine 6?
Marius BĂLTEANU wrote in message#69896: > Hi ... Marius! I had previously found that list of issues and fixes. What I was hoping to find — and ... for v6? Thanks again _so much!_ /Steve. 2024-06-26 17:11
Help: RE: How to delete "history" in tickets?
I'm not sure what you mean with "I dont have ... der. Note that deleting other parts of an issue's history (including the log of changed fiel ... nal is also not supported. Each change of an issue always creates a journal entry which is visible to all users who are allowed to view an issue. The only supported way to remove the journals of an issue is to delete the associated issue entirely. (Please be aware that Redmine 4 ... and has "quite a long list of known security issues":https://plan.io/redmine-security-scanner/v ... ou may want to upgrade to a newer version...) 2024-06-25 12:32
Help: RE: Internal error after hitting issue create button (redmine 5.1.3 on Debian 11)
The option to load some default data is only ... there are no defined custom roles, trackers, issue statuses, enumerations, or saved queries. If ... e. And yeah, without at least one defined issue priority in the database, it's not possible to create any issues as he priority is a mandatory field for all issues. If you have not defined a default priority ... , even if you don't use the field otherwise). 2024-06-20 18:07
Help: RE: Visibility of a certain issue status to a role
Issue visibility can currently not be set based in the issue status. You can set it based on the tracker and possibly based on the author/assignee of the issue. As a workaround though, you might be abl ... o your project managers and move the backlog issues there. 2024-06-20 18:00
(201-225/18203)