Search
Results (18290)
- How to update default value when issue is created by copying. I want the following ... t found any patch or any suggestions. Thanks
- After I migrated the database and redmine to ... eep getting a 404 when I try to create a New Issue. <pre> ruby 2.2.5p319 (2016-04-26 revi ... che2 restart </pre> When I create a new issue, I'm not seeing any new errors, just the one ... tions? Thank you in advance for your help!
- Hi, I'm developing a plugin for Redmine. My ... lumn approved_emergency_maintenance in table Issues . I have a custom filter with 2 values: true and false. If value is true, I want the list of issues with approved_emergency_maintenance with value true, otherwise I want the list of issues with approved_emergency_maintenance with va ... to further information for implementing this?
- Hi, I am New to Redmine, Ubuntu and Rake!! ... nd have setup the outgoing email without any issues, however, I would like to receive emails and convert them to issues for the appropriate project. I am clearl ... theme, but I cannot get my head around this issue, even if I cut and paste a working command l ... the errors. regards Steve
- Help: RE: Error while sending email through Gmail.
- I think your redmine installation has to be c ... </pre> This should solve your permissions issues.
- Hello, I'm beginner. I don't find my happi ... : Project - level 2: Subproject - level 3: Issue (= task ?) - level 4: Subtask Could you give me more informations ? Thanks.
- Help: RE: sql query - table with several custom field values
- hi maybe it will work in following principle? SELECT issues.id, issues.start_date, c1.custom_field_1, c2.custom_field_2, c3.custom_field_3, ... FROM issues LEFT JOIN custom_values c1 ON c1.customized_id=issues.id AND c1.custom_field_id=your_custom_field_1_id LEFT JOIN custom_values c2 ON c2.customized_id=issues.id AND c2.custom_field_id=your_custom_field_2_id LEFT JOIN custom_values c3 ON c3.customized_id=issues.id AND c3.custom_field_id=your_custom_field ... eld_x_id is taken from custom_fields table)
- Help: RE: New columns and order in related issues
- Anybody here? :)
- Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
- I found a solution :) It is part of update pr ... Thanks Kush Suryavanshi for engagement!
- Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
- No idea but looks similar to message#50576
- h2. SYSTEM INFO * Redmine _(not shown due ... define this by project under Enumerations > Issue Priorities # don't see any way to limit acc ... this problem by perusing the open and closed issues. We are not at the newest release (will be ... "Read Only" for the Priority field for every Issue Status as shown in "workflow_settings_report ... WHAT THE USER (Reporter Role) SEES * "new_issue_with_priority" shows the Priority field and ... hat they can see it but not edit it. * "new_issue_without_priority" does not show the Priority ... t me directly for that information if needed.
- Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
- Yes, I have one project and subproject.
- Help: RE: Error while sending email through Gmail.
- My suggestion is to create a new Gmail accoun ... syntax. In that way you can be sure that the issue is not with the syntax. Thiago Oliveira w ... d and the notification email is not sent.
- Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
- Have you created any project? I vaguely remember redmine failing when I tried to create an issue without any project.
- Hi, I have a problem with Redmine 3.3.1. When I click "new issue" I get "Internal error". Could you help me? ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> app/models/role.rb:213 ... t.rb:532:in `assignable_users' app/models/issue.rb:863:in `assignable_users' app/views/issues/_attributes.html.erb:18:in `block in _app_views_issue...
- Help: RE: New item menu not displayed correctly
- Ok, seems like the issue is resolved. With the updated theme there wa ... s displayed correctly. Thanks for the advice.
- Hello! I wanted to add some columns to issue related table, so I made it in _relations.html.erb <pre> <%= other_issue.estimated_hours %> <%= progress_bar(other_issue.done_ratio) %> </pre> it works. And n ... umn with a custom field. <pre> <%= other_issue.custom_field_values_7 %> </pre> doesn't ... what I wanted, is to make an order relation issues by other_issue.priority and custom_field_values_7 I cannot ... re I can make it. Any help is appreciated.
- Help: RE: New item menu not displayed correctly
- So I downloaded the recent version of the The ... Now I switched to the default theme but the issue remains. Could it be related to data in the ... .postimg.org/hd0b7v6ol/No_solution_yet.png!
- Hi, so the redmine server I'm working on ... ting this and don't know how to resolve this issue. !https://s27.postimg.org/ta2x7odjn/what_ ... t or help is much appreciated. Regards,
- Open discussion: RE: REST API. FIltering custom fields isn't working.
- > p.s. We fixed. It was a problem with how we ... e the project_id! We have also fixed this issue in the same way. Thanks!
- Hello, since few month, don´t know exactly ... ng, when i deactivate it an reactivate, same issue. No errors, but also this field is not saved, else the members.
- Help: RE: [solved] can't import fields from email
- Can you please layout exactly what you did to ... others following you that may have this same issue? Thank you for for the info you have provided.
- I attempted to run this command, but it was u ... projects/redmine/wiki/RedmineReceivingEmails#Issue-attributes I am attempting to use Rufus sch ... xperienced assistance please. Thank you!
- Open discussion: RE: Unable to import values for parent task
- shivaranjani v wrote: > Dear Friends, > I have created a issue in redmine. Let us suppose its redmine id is 10. I have created two other issues manuaaly through create new issues and then added the parent id 10 in both of thes two issues. So now 10 is the parents and 11 and 12 are ... +1 Even i am getting the same impact..
- On my production server, running Ubuntu serve ... ent.id), 1) WHERE `enumerations`.`type` IN ('IssuePriority') AND (`enumerations`.`parent_id` IS ... d information to post on relevant wiki pages.