Project

General

Profile

Search

Results (18203)

Help: Group results by Priority is showing disturbed UI.
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. 2020-10-28 12:01
Help: Python api timezone setting
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 2020-10-28 10:06
Open discussion: Force a job/work card to be attached as a 'file' before call/issue to be closed.
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. 2020-10-27 12:22
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... 2020-10-25 00:58
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. 2020-10-23 16:53
Help: Add Issue Custom Week Column
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... 2020-10-22 08:21
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 2020-10-21 11:10
Help: Issues importing csv files from the database
Hello, I get this error when I try to import ... 't know how to solve this problem. Help me. 2020-10-21 10:33
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. 2020-10-21 06:27
Help: Issue status created through email
Ι 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? 2020-10-20 13:06
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. 2020-10-19 16:24
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 2020-10-18 04:32
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 2020-10-18 04:02
Help: RE: Filter ONLY subproject issues
Hi Brute, Is it okay to say that the homew ... o you have more projects? Regards, Adrián 2020-10-18 00:56
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 2020-10-18 00:53
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 2020-10-18 00:50
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 2020-10-18 00:47
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 2020-10-18 00:37
Job offers: RE: Photo upload from camera for Redmine issues
Hello Kent, Isn't it enough that you have the option to add photos to the issues? Regarding the desirable functionality o ... https://www.linkedin.com/in/adrianpradilla/ 2020-10-18 00:18
Help: [SOLVED] How to make persistent the options for viewing the issues list across projects
Hi, I want to change the way I see my issues. First of all, I'd like them to be grouped ... ple the projects page, and then go back, the issue list maintains its settings. However, someti ... one knows how to save option settings in the issue list, I would greatly appreciate it. Ralp ... h a custom query I found out. Problem solved! 2020-10-14 16:07
Help: NoMethodError: undefined method `to_prepare' during Upgrade (Bitnami Stack)
Hi Community, I am trying to upgrade a Bi ... aram </pre> It is already mentioned in the issue system but in a different context I think. D ... you for your advice! Kind regards Volker 2020-10-09 09:04
Help: SVG images are displayed as plain text
I recently upgraded our Redmine from 3.4 to 4 ... hout any results. Trying to reproduce this issue i added some logging output to the attachmen ... Does anyone has any ideas how to solve this issue? 2020-10-08 09:57
Help: RE: Cannot attach files larger than 1048576 bytes
Udo Hain wrote: > Dear Bernhard, > > have ... checked upload size was 1KB * created a new issue and tried to load files smaller and bigger 1 ... max upload size to 10000KB * created a new issue and tried to load files smaller and bigger 1 ... file settings but I couldn't reproduce your issue in any way. Did I miss any step or setup de ... orld. My tests where done with Firefox 81. 2020-10-07 11:01
Help: RE: Sometimes mail notifications are lost with Net::SMTPServerBusy error
Thank you for the feedback. After the upgrade we had a similar issue with another SMTP server so we decided to move to Office365 trying to solve the issue. That's why we thought the problem was on ... they have a throttle mechanism) Thank you. 2020-10-06 16:40
Open discussion: RE: Issue page style. Reverse chronological order
The Edit and Watch buttons appear to hang beneath the bottom most header of the right column. 2020-10-02 12:20
(1526-1550/18203)