Search
Results (18285)
- First of all I tried to set up the receive_im ... advance for your help. Regards, Thilo
- Hi, I have Bitnami Redmine latest 4.1.1.st ... as listed below, we are facing some serious issues while browsing Redmine server and facing issues error 502 Proxy Error (Reason: Error readin ... mine_dashboard 2.7.1 redmine_issues_tree 0.0.14
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Is this plugin alive and supported? The [Gith ... hedules-plugin) link does not seem to work...
- Hello, I've worked once with a redmine app w ... e if anyone could give me a hint. Thank you!
- Any one knows about "Custom workflow" to remo ... uld you provide about remove all watchers in issue. ex: self.remove_watcher(???) thank you very much!!
- Open discussion: RE: Export all issues from all projects to CSV
- One tip I saw on some guy's web page on how t ... ituation, that would allow you to export all issues from the "master project" and it would give ... , but might save a lot of time down the road.
- Help: RE: How to add tabs to a project?
- Hi Rob, did you ever manage to resolve this issue? I am new to Redmine and cannot find an answer to the same question you had.
- Hello Redmine Community, I'm currently using Redmine version: "3.3.3" and I have been facing an issue while using the "Group results by" feature w ... epeating. I'm attaching a snapshot of the issue. Any help will be highly appreciable. Thanks.
- Hello, I have problem using redmine python api. For example when I use "issue.created_on" to get ticket creation date, I o ... by-aware server used = Webrick Thank you
- Good day to all. I was wondering if it is ... e job card) is a requirement before the call/issue can be closed? If this can be done please let me know.
- Open discussion: RE: Migrate ONE project to another Redmine server
- Current Redmine could filter the issues and send them to the REST API of the extern ... to_redmine => :environment do query = IssueQuery.new(:project => Project.find(123), :nam ... ent_id', '!*', ['']) # query.add_filter("issue_id", '><', ['32500', '42100']) issues = Issue.joins(:status, :tracker, :project, :priority).where(query.statement).to_a issues.sort.each do |issue| migrate_issue issue.id, nil end end def migrate_issue id, parent_id issue = Issue.find(id) created = {POST issue to the REST API of the external server} if created for child in issue...
- Plugins: RE: Add a new column in Redmine issue SLA plugin.
- Hi Sebastian, I try to use your plugin. A ... can help with to write how it should be work.
- Hello, I'm new in redmine platform. I stil ... add custom week column in available week in issue. What I want to do is add another available ... dy tried to add some code, *../app/models/issue_query.rb* @QueryColumn.new(:week_start, :sortable => "#{Issue.table_name}.week_start", :groupable => true) ... start @week_start ||= [ issues.minimum('start_date'), shared_versions.minimum('effective_date'), Issue.fixed_version(shared_versions).minimum('star ... @ def week_start @week_start ||= fixed_issues.minimum('start_date') end @ This week ... server error. I've get error, Rendered issues/_list.html.erb (20.7ms) Rendered my/blocks/_issues.erb (28.0ms) Rendered my/page.html.erb w ... ::Error (undefined method `week_start' for #<Issue...
- Help: RE: 500 error during the time entry update after upgrading to 4.1.1.
- Hello, We are faceing the same problem. W ... :35:48.799573 #1] FATAL -- : app/controllers/issues_controller.rb:580:in `block in save_issue_with_child_records' </pre> And yes we ex ... 3.3.1 to 4.1.1 is required to do the upgrade
- Hello, I get this error when I try to import ... 't know how to solve this problem. Help me.
- Help: RE: Disable/hide field
- Workflow set to read-only only hide the field during create new issue, but still can be seen after issue created.
- Ι created a new issue status and since then when an issue is created through email takes this status. Does anyone knows how I can change it?
- Help: RE: Change visible name of custom fields
- The name of the field (which you can freely e ... he Administration area as well as within the issues forms and views. There is no capability to ... names for different web views within Redmine.
- Help: RE: Filter ONLY subproject issues
- Adrián Pradilla Pórtoles wrote: > Hi Brute, ... Dn+ * mainproject E I want to filter for issues ONLY in D1 to Dn WITHOUT issues from D or any other mainproject A,C,E or ma ... OT D" wouldn't work for me. Thanks, Brute
- Help: RE: Filter ONLY subproject issues
- <pre> Is it okay to say that the homework is ... Dn+ * mainproject E I want to filter for issues ONLY in D1 to Dn WITHOUT issues from D or any other mainproject A,C,E or ma ... OT D" wouldn't work for me. Thanks, Brute
- Help: RE: Filter ONLY subproject issues
- Hi Brute, Is it okay to say that the homew ... o you have more projects? Regards, Adrián
- Help: RE: checklist and or wizard within redmine issue
- Hi Alex, What I can think of is to make a ... ine.experts@gmail.com Greetings, Adrian
- Open discussion: RE: Redmine API Issues add spent_hours
- Hi Dilivio, I would recommend you to make ... need. If you need more information about the issues, you will have to make an additional call to issues as well. Regards, Adrian
- Plugins: RE: Plugin Checklist - Export CSV
- Hi Alan, Have you tried accessing via API? https://www.redmine.org/projects/redmine/wiki/Rest_Issues Regards, Adrián
- Help: RE: Does not load the application
- Hello Hernando, Check your Apache or Nginx ... l give you clues. I think it's a permissions issue for redmine files, remember that the permiss ... lication, not the root. Greetings, Adrian