Project

General

Profile

Search

Results (18215)

Help: RE: Reset issue ID#
Redmine is not designed to reset its issue numbers or to have numbering per project. Th ... he past that added this functionality though. 2023-06-02 06:33
Open discussion: RE: Redmine > time_entries slow, very slow! (timeout!!)
you can profile slow queries with https://dev ... e most likely culprit is https://redmine.org/issues/37268 even with a fix, it's much slower than before 2023-06-02 01:40
Help: RE: Reset issue ID#
Please kindly help, I face the same issue that is I also want to start Issue No.1 That above script can't work because ... ent Please kindly give another suggection. 2023-06-01 11:22
Plugins: RE: Budgets plugin set rate issues in the user rate tab
Hello, since this is an error from a plugin, ... east give the exact name (e.g. Git-Hub page). 2023-05-31 12:34
Plugins: Budgets plugin set rate issues in the user rate tab
Set rate is 100 in the user rate tab, clicking Create and prompt the following error: #38635 2023-05-31 05:00
Plugins: redmine_rt integration with redmine_issue_dynamic_edit
Hi, there is a new version of https://gi ... with https://github.com/Ilogeek/redmine_issue_dynamic_edit Video: https://www.youtub ... integration requires some changes in redmine_issue_dynamic_edit. While they are not commited to ... _rt https://github.com/MayamaTakeshi/redmine_issue_dynamic_edit </pre> 2023-05-27 14:18
Development: Creating issues does not work after upgrading Redmine to version 5.0.5
After upgrading Redmine to 5.0.5 my previousl ... ame = "My project name"; string issueType = "MyIssueType"; string priorityName = "Na ... var priorityList = manager.GetObjects<IssuePriority>(parameters); Issue issue = new Issue(); issue.Project = prijectList.Where(o => o.Name == projectName).SingleOrDefault(); issue.Subject = "example title"; issue.Description = "example description"; issue.Tracker = trackersList.Where(o => o.Name == issueType).SingleOrDefault(); issue.Priority = priorityList.Where(o => o.Name == ... ttachments.Add(attachment); //... 2023-05-24 08:02
Plugins: RE: redmine_recurring_tasks plugin in 4.0.6
OK, there is more problem: I see the "Schedule" (issue) buttons only when I am logged in as admin. Any ideas? Many Thanks in Advance, Felix 2023-05-23 17:07
Plugins: RE: redmine_recurring_tasks plugin in 4.0.6
Ok, I found out three things: * I need to ... ith [x] Use anonymous user while copying issues, otherwise it won't work. * the cron ... to this. Thanks and Best Regards, Felix 2023-05-23 16:57
Help: RE: A few smtp servers in configuration.yml
So this seems to be my lucky day as we have t ... e plugin is done and ready but we are having issues with some emails when the email address is ... elp with documentation etc. Any thoughts? 2023-05-20 11:06
Help: RE: A few smtp servers in configuration.yml
Hi, Mayama! Thanks for you reply. I read this issues (in your post) and I know about both of the ... t sender-emails with different domain-names. 2023-05-19 08:41
Help: RE: A few smtp servers in configuration.yml
Hi, I never had this need but this was discus ... and some plugins: https://www.redmine.org/issues/4462 https://www.redmine.org/issues/7349 https://github.com/ajwalters/redmin ... t)_ https://github.com/jfqd/redmine_helpdesk 2023-05-18 23:29
Help: Issues and dolibarr societe
Hi, i would like add a varibale in issues. This variable is societe. I can access th ... nection between redmine and dolibarr Thanks. 2023-05-18 23:20
Help: RE: Default tree-structure view
Holger Just wrote in message#68441: > There ... sired columns (which may include the "parent issue" column in your case), filters, group and so ... le for everyone. You can then set this saved issue query as the default query for a project in settings -> issues -> default query. > > Alternatively, if ... ll projects in administration -> settings -> issues -> default query. The project-specific defa ... ? I donot find these menus in redmine 4.2.9 2023-05-17 08:41
Help: Fetched mails from IMAP are treated as failed
Hi, I use redmine:email:receive_imap to fe ... but this doesn't make any difference to the issue. I use the command with the options move_on ... he server and imported successfully as a new issue or appended to an existing one. However, all ... ideas, what's going wrong here? Richard 2023-05-12 12:49
Plugins: Redmine Plugin Permissions error
Hello everyone!, the issue has been resolved 2023-05-10 16:24
Plugins: Redmine Plugin Permissions error
Hello everyone!, Im working on a plugin ... requests were made. 1.) When creating an Issue, create 3 sub-Issues for that newly generated issue and copy some data 2.) Add a button to the Issue view to progress through HR's internal workf ... point (obviously) and managed to extend the Issues controller through a module and use a rails callback to trigger the generation of the sub-issues. This all worked perfectly fine, no issues. I moved onto the section task and thou ... in the same module that i used to extend the Issues controller because *my overall goal is to a ... in view and not the native view. This was no issue. Triggering the function call has been a ... solve this problem? maybe im approaching the issue in the wrong way. I have tried googling coun ... <pre><code class="ruby"> *require 'kuma_... 2023-05-10 16:23
Help: RE: Email notifications for newly-created issues with no assignee
This was from 9 years ago, so I'm not sure if ... ce, but I believe we used a plugin called Newissuealerts. It added a tab to the interface for a ... ist of email addresses to be notified on new issue creation. 2023-05-09 16:39
Help: RE: Email notifications for newly-created issues with no assignee
Hi I've got the same questions. Can you share the solution with me? 2023-05-09 16:18
Help: RE: Default tree-structure view
There is no need for a custom plugin. Inst ... sired columns (which may include the "parent issue" column in your case), filters, group and so ... le for everyone. You can then set this saved issue query as the default query for a project in settings -> issues -> default query. Alternatively, if you ... ll projects in administration -> settings -> issues -> default query. The project-specific defa ... . You can set it on your My Account page. 2023-05-08 17:48
Help: RE: Default tree-structure view
Yes. https://github.com/Loriowar/redmine_issues_tree After installing it , set tree-struct ... /your_redmine_server/settings/plugin/redmine_issues_tree 2023-05-05 05:17
Help: Redmine Gantt problem
I am looking for a plugin or some option in ... etween the due date and the close date of an issue. Thanks. A F 2023-05-04 08:58
Plugins: RE: Redmine Knowledgebase Help - Files not showing
I have the same issue, and it did not help to delete the @_links.html.erb@ file 2023-05-03 09:46
Help: Need help on how to Install Redmine 5 on CentOS 8
I have a list of steps I take to install Re ... error of this post as being spam. The main issue I run into is in the ISSUE area below. Any ideas or updated procedures ... ~/redmine WARNING^^ gem install bundler ISSUE: sudo bundle install --without development ... NV=production bundle exec rake db:migrate 2023-04-29 00:22
Help: PLEASE REMOVE: Double posted: Need help on how to Install Redmine 5 on CentOS 8
I have a list of steps I take to install Re ... error of this post as being spam. The main issue I run into is in the ISSUE area below. Any ideas or updated procedures ... ~/redmine WARNING^^ gem install bundler ISSUE: sudo bundle install --without development ... NV=production bundle exec rake db:migrate 2023-04-29 00:21
(626-650/18215)