Search
Results (18336)
- After installing redmine 3.3 on my machine, I ... r application. Any help troubleshooting this issue would be appreciated: OS: Windows 7 Enter ... lled Log: (attached) Gems: (attached)
- We are happy to announce the release of Time ... gs: - Fixed Does not support other language Issue Id Validation Message. - Fixed Log Time : A ... ed sheet don't allow time entry through edit issue screen. - Fixed Show 'No record to display' ... https://www.youtube.com/watch?v=cTZ2FCqgdwQ
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- Hello thank you for your feedback. I ha ... share those improvements. In coming days.
- Hello everybody. I'm trying to move the da ... in my new installation this could cause some issues in the correct working of the 3.x Redmine i ... I'm using ubuntu :) Thanks for your help
- Hi, I'm currently trying to setup a redmin ... mpany. Currently we're using mantis as an issue tracking system, but want to switch. We a ... similar or just the raw file from the change?
- Help: RE: After Update to 3.2.1 ubuntu 16.04 have a problem with email notification
- Does not help,I added watchers and used private issue, without avail. Thank you for your interest
- Help: RE: After Update to 3.2.1 ubuntu 16.04 have a problem with email notification
- Try to use Private Issue option and add needed watchers.
- Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
- Thanks for this nice plugin. I find it very u ... ion*, it works fine. For example <pre> {{issue_fields(7397,status,subject)}} </pre> Bu ... an error. For example, if I use: <pre> {{issue_fields(7397,-C,-p,status,subject)}} </pre> ... llowing error: <pre> Error executing the issue_fields macro (Couldn't find IssueCustomField with 'id'=all [WHERE `custom_fields`.`type` IN ('IssueCustomField')]) </pre> Please advice.
- Plugins: RE: Issue Template plugin
- Hello, I've released Redmine Issue Template 0.1.2, support Redmine 3.3 and add ... it. https://github.com/akiko-pusu/redmine_issue_templates * Add popup to preview template ... ranslation Feedback is highly appreciated.
- when i open new issue for my team, some users receiving email noti ... hey should not get email notification for my issue, only my team can received notification when i open new issues, before upgrade i didn't have like this pro ... 280ec redmine_people 1.2.0
- Hi, I'm having issues sending emails from RedMine via postfix. I' ... Bitnami redmine stack (redmine 3.2.3)
- Help: RE: Can't Update Issues
- =Resolved= I couldn't get the older version ... pe this helps anyone who runs into a similar issue.
- Hi. I am trying to generate a report regarding the tack time from Registering the Issue to Closing the Issue. With this, I am looking for a way to extra ... e greatly appreciated. Thanks for your time.
- This error isn't 100% accurate, we can update an issue as long as nothing is changed. We're running ... redmine in the server but I have used it to issue tickets for the last two years. I was abl ... ewer version to see if this will resolve the issue. I followed the steps in the upgrade guide, ... can get the guys working again. Thank you.
- Hi everyone. I'm really new to the whole r ... e is adding a custom field (when creating an issue) in which you can put a primary key in. The ... cenario i want to accomplish with my plugin: ISSUE[name, ticketnumber,....EMAIL-ID]. EMAIL-ID - ... Do i even need to make a plugin for this?
- Hello I would like to ask for help. I imp ... projects/redmine/wiki/RedmineReceivingEmails#Issue-attributes If somebody sends an email without "Project" field, an issue is not created. Is it possible to automatica ... o set default project? Best regards Rafal
- Hey, How can I add new version object to Re ... I can connect to Redmine API and read, e.g., Issues. <pre><code class="ruby"> class Redmine ... to Redmine project? Thanks for help. Gary
- Plugins: RE: Detecting issue state changes in hooks
- Salut Julien, I want to do the same thing (I ... dmine/wiki/Hooks_List that can get a deleted issue. The "controller_issues_edit_after_save" you're using works only for issues that are really being edited, and deletion ... edmine.org/projects/redmine/wiki/Hooks_List )
- Hi ! I developed a redmine plugin for noti ... I would like to detect state transition in issues (issue being closed/reopened), and I can't find a w ... ethod names according to what I found in the Issue class (I use redmine 3.2). But no luck. ... o achieve this? Thanks in advance, ju
- Open discussion: RE: error when running crontab
- I have found the issue When running with cron, it is not the sam ... able to fetch mails and new commits Thanks
- Hi I installed Redmine from TurnKey appliance ... ion except them. Please help me with that issue. Regards Grreeg23
- Can't reply to either of my previous posts as ... .org/boards/2/topics/50340 Adressing this issue in this post, too since I don't now how one ... Alright so I tried this command and had some issues at first. Deleted the old Gemfile.lock and ... e to bundle since it obviously can't find it.
- Hi! I've updated Redmine from 2.6.1 to 3.2 ... tatusId (20141029181752) Migrating to RemoveIssueStatusesIsDefault (20141029181824) Migrating ... ex (20150113213955) Migrating to ReplaceMoveIssuesPermission (20150208105930) Migrating to Ch ... 47) Migrating to ClearEstimatedHoursOnParentIssues (20150525103953) Migrating to AddRolesTime ... 49) Migrating to InsertAllowedStatusesForNewIssues (20150725112753) Migrating to CreateImport ... ngValue (20151020182731) Migrating to ChangeIssueCategoriesNameLimitTo60 (20151021184614) Mig ... 537.36" Can anybody help me? Thanks
- Plugins: RE: [HELP] How to save data using Redmine issue model
- Martin Denizet (redmine.org team member) wrot ... > Try to modify such as: > > @ntc_str = issue.errors.messages@ > > It should give you t ... oing on. > > You can also try to replace @issue.save@ by @issue.save!@ for exceptions not to be caught (Chec ... rred: Started GET "/projects/test-project/issues/gantt" for 172.26.142.125 at 2016-06-16 12: ... ueries/_filters.html.erb (8.5ms) Rendered issues/_sidebar.html.erb (8.1ms) Rendered gantt ... udo_mode' Could you tell me what it means?
- Plugins: RE: [HELP] How to save data using Redmine issue model
- Thanks for your reply I broke the database ... appeared! Although I still don't know why.