Project

General

Profile

Search

Results (18336)

Help: RE: Redmine 3.3.3 IMAP Cron Job Failing
I have exactly the same issue and I am looking to set cron job. I want ... and from the whole users to send mail alerts. 2017-11-02 22:56
Open discussion: How to show field "has revision" in isues list?
Are there any such feature? The idea is th ... o that I can see select them and see them in issues list and also in queries. brgds 2017-11-02 15:17
Development: RE: Auto-Close parent after his children are closed.
Can't get it to work. When I copy the 'def parent_close' code into the issues_helper file Redmine won't start anymore... Redmine version: 3.3.0 2017-11-01 22:12
Open discussion: RE: User Story Acceptance Criteria
>If an issue is entered as a 'Story', is there a way to e ... per his specifications and requirements. 2017-11-01 15:43
Help: RE: redmine timesheet plugin issue
can any one help me with this issue? 2017-11-01 06:07
Help: Connection Refused Error Port 9292
I'm experiencing some odd behavior in 3.4.2. ... ne else if you you are the originator of the issue. Any help is appreciated! <pre> Errno:: ... models/journal.rb:82:in `save' app/models/issue.rb:1841:in `create_journal' app/models/issue.rb:212:in `create_or_update' app/controllers/issues_controller.rb:558:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:546:in `save_issue_with_child_records' app/controllers/issues_controller.rb:168:in `update' lib/redmine/sudo_mode.rb:63:in `sudo_mode' </pre> 2017-11-01 00:26
Help: RE: "Sort" and "Group Results by" not ... multiple values Custom Field formated as List
Mischa The Evil wrote: > .... which seems to ... kup and didn't find a similar request in the issue pool)... Hi, I have the same issue. I'm putting RACI model in place and need multiple-valued field for issue's Responsible. So, I definitely need sorting and grouping on the field. It appears no one has issued the feature. Have you guys found a workarou ... ahead and request the feature? Cheers 2017-10-31 10:17
Open discussion: RE: Proxy Error 502
In our case every action that spends more than 60s (massive issue actions, repository refresh,...) returns a p ... cannot change so we have to live with it :-( 2017-10-31 10:10
Help: RE: How to choose colors in function of the priority
We are using PurpleMine2 theme in Redmine 3.3.1, and as Bernhard Rohloff said the issue number is colored depending on the tracker, ... stomize plugin_ to modify theme's appearance. 2017-10-31 08:50
Help: redmine timesheet plugin issue
getting error 500 & "ActionView::Template::Er ... App 9864 stderr: App 9864 stderr: </pre> 2017-10-31 06:59
Help: RE: How to choose colors in function of the priority
Hi, adjusting colors is the responsibility ... rstand you correctly, you want to color your issue number (the blue #104 in your screenshot) depending on your issue's priority. This is not what the PurpleMine2 theme intends. The theme is coloring the issue number depending on the tracker, not the pri ... 're looking for. Kind regards, Bernhard 2017-10-30 16:49
Open discussion: Proxy Error 502
Hi guys, the problem is that, i have a proxy error on a massive creation of issues, if it takes more than one minute(around six or eight issues), but when creating one or three issues the process is ok. The code works because when reloading the page the rest of issues are created. I have an integration proce ... e version: 3.2.0.stable Thanks in advance. 2017-10-30 14:22
Help: RE: Update issue api does not work
Hi, Bhatt! I follow an suggestion from oth ... in has using is null. Thank you once more. 2017-10-30 12:49
Open discussion: RE: Getting error when updating an issue by REST API using PUT method
Hi, Takeshi! You're right! It was a plugin ... roblem with REST API. Thank you once more. 2017-10-30 12:47
Help: RE: Update issue api does not work
Thank you for trying to help me! I'll check my log if something appears like 'null'. 2017-10-30 12:15
Open discussion: RE: Getting error when updating an issue by REST API using PUT method
Thank you for trying to help me! My enviro ... is missing, then redmine does not update the issue". I'll try to see if log is saying something like "null value" for any field. 2017-10-30 12:12
Open discussion: RE: Getting error when updating an issue by REST API using PUT method
Hi, I tested with your json string and could ... eadf656:fake -x '' http://192.168.2.173:3000/issues/22.json -X PUT -H 'Content-Type: application/json' -d '{"issue": {"status_id": 8,"notes": "descritive text ... eadf656:fake -x '' http://192.168.2.173:3000/issues/22.json -X PUT -H 'Content-Type: application/json' -d '{"issue": {"status_id": 8,"notes": "descritive text ... c56b61c91be1f5db7faffe76f950eadf656' > PUT /issues/22.json HTTP/1.1 > Authorization: Basic Y2 ... down by removing plugins one by one till the issue disappears. 2017-10-30 08:35
Open discussion: RE: Manage multi projects with multi developing levels with remine. how?
Hi Camila, I don't know what software you ... ine. You can have multiple projects, create issues for them and collect these issues under versions/milestones. Redmine is not y ... urther questions, don't be afraid to ask! 2017-10-30 07:16
Help: RE: Update issue api does not work
I came to know that if any required field is ... is missing, then redmine does not update the issue. Please check if your log is saying something like "null value" for any field. 2017-10-28 07:06
Help: Parent Task progress ratio not updated by the child tasks
Hello everyone, We are having issues with the automatic progress ratio field for ... derstand, when configured to update as child issue statuses updates, the parent task must autom ... mine_dashboard 2.7.1 redmine_issue_templates 0.1.8 redmine_lightbox2 ... time_logger 0.5.4 </pre> 2017-10-27 23:12
Open discussion: RE: Getting error when updating an issue by REST API using PUT method
I can delete using DELETE method. It seems ju ... null ], "url": "http://myredmine/issues/15836.json", "headers": { "Accept": ... 57042fa0995b25956c" }, "data": "{\n \"issue\": {\n \"status_id\": 8, \"notes\": \" ... \n }\n}", "timeout": {} } </code></pre> 2017-10-27 19:34
Help: RE: Update issue api does not work
I'm facing same problem. Did you find a solution? My problem -> message#53924 2017-10-27 19:25
Open discussion: Getting error when updating an issue by REST API using PUT method
Hello! I'm using Redmine REST API and I'm ... l Server Error) when I'm trying to update an issue using PUT method (as recommended at wiki documentation). I created an issue (using POST method) and Redmine set id 15833 to it. Then I invoke http://myredmine/issues/15833.json and JSON request is: <pre><code class="json"> { "issue": { "status_id": 8, "notes": "desc ... Please, does anyone know what's happen? 2017-10-27 16:29
Help: Mail reply on closed Tickets
Hello, I am searching the whole day for a ... 2 computed_custom_field 1.0.6 issue_charts 1.3.0 localizabl ... redmineup_tags 2.0.1 </pre> 2017-10-27 15:29
Help: Redmine 3.4.2 + NGINX + SVN integration setup
Hello Everyone, I've been searching for a ... ine_checklists 3.1.10 redmine_issue_templates 0.1.8 redmine_lightbox2 ... time_logger 0.5.4 </pre> 2017-10-27 00:16
(3201-3225/18336)