Search
Results (18336)
- Plugins: RE: Time & Attendance 2.3
- Karthick. Yes. I did some tests with Leave and delete all Issues. I was trying to understand how Leave works ... a lot for the help. Best regards. Rodrigo
- Plugins: RE: Time & Attendance 2.3
- Hi Rodrigo, I think there is a problem wit ... ge and failing there. Did you configure any issue as leave and delete the issue later? We have made a slight modification ... ion page working fine. Thanks, Karthick
- Plugins: RE: Time & Attendance 2.3
- Could you check your log file for any errors? ... share the errors to us for investigate this issue. Thanks, Karthick
- Help: RE: Email notifications does not work for issue creator via mail
- In *Administration -> Settings -> Email Notifications*, check "Default notification option", "Issue addeed" and "Issue updated". Also check Tom's personal email notifications settings.
- Help: RE: Email notifications does not work for issue creator via mail
- noone?
- Open discussion: RE: Ability to export history of an issue
- **Redmine XLS Export plugin** can export history of issue to CSV. https://github.com/two-pack/redmine_xls_export I hope this will help.
- Help: RE: Problems upgrading from 3.1.2.stable to 3.3.0.stable
- I uninstalled the plugin, restarted everythin ... imes I get lots of "Table 'x' already exists issues. eg. Migrating to CreateUserPreferences ... makes for a horrible result. Please help.
- This is the situation: Users send message ... Each time expunge fails (this is not a HUGE issue). But sometimes it processes and sometimes n ... edmine_extended_watchers 1.0.5 </pre>
- Hi All We have started experiencing issues while logging into local redmine server hos ... n using Active Directory credentials, but no issues when using local redmine admin account. ... 531ms (Views: 11.5ms | ActiveRecord: 0.0ms)
- hello, a user sends an issue via email. lets call that user tom. redmine ... ot a member of group. redmine creates the issue from mail and assigns it to a group - Helpdesk. issue creaor is tom. all group members of Helpd ... hes added as a watcher. he also didnt get a issue created notification. but tom should gets ... d so on... what did i miss? thx Marc
- * Does redmine have the ability to export history of an issue to CSV along with the description. * Pres ... t the option to choose the description of an issue. * Will be nice to have this feature as it ... see all day to day updates in a single view.
- I´m getting error 500 on try create new proje ... d_fields 0.2.3 inline_edit_issues 0.0.1 redmine_agile ... rb:63:in `sudo_mode' Can somebody help me?
- Plugins: RE: How I can configure RedCase plugin?
- Unfornately ,I installed the plugin but canno ... sociation named 'test_case' was not found on Issue; perhaps you misspelled it?): plugins/red ... </pre> anyone know how to fix it? Thanks
- Hi Everyone, I recently setup Redmine over ... A2Hosting website. I am currently having issues sending email notifications. I updated the ... e not going out. Not sure if this is Redmine issue or my email providers. Please help. Thanks in advance.
- Hi all!!, Any advance or tip to move an issue to another project using the API? It seem ... problem is known: #13480 Thx in advance
- Help: RE: REST API ignoring assigned_to_id on issue creation and update?
- False alarm! Was working to the wrong projec ... oving it to the right project cleared up the issue. It would be nice to get something other than a return code of 200 OK in this case, though.
- Hi, I just tried to import a bunch of issues from one instance of redmine into the centr ... over only a few fields, as these are closed issue only being kept for historical purposes. Th ... Any insight into this behavior? Thanks
- Help: RE: Re-Assign closed tickets back to developer
- George, We have a workflow that goes thus: ... ever has the workflow permission to move the issue from resolved to closed also has Feedback
- I have a few questions about "CheckList plugi ... Bezrukov # Checked items doesn't show in issue history. The function doesn't work during ch ... w mode # Is it possible to use checklist in issue description formatting? Like: |_. A |_. B | ... | checkitem3 | Looking forward for a help.
- Help: RE: How to start a new Redmine installation with new issue numbers from a preset number?
- No responses?
- Another user reported this problem on stackov ... erflow.com/questions/38051250/redmine-create-issue-assigned-to-id-does-not-work I'm having the exact same issue. Whether I try to use ActiveResource or a R ... te, any value given to assigned_to_id on the issue creation POST or an issue update PUT is ignored, even when that id map ... ne Admin's API key so it's not a permissions issue on that end. Is this a known issue? I'm using Redmine 3.3.0.stable.
- (Even when I click "repository") By this I m ... shot now button > > fixes #5 But I go to issue 5 and there's no reference to the commit, the issue is still open, etc. Now I might think this w ... 'm on bitnami redmine 3.3.0-1, if that helps.
- Help: RE: Redmine 3.3.0 How to add user to project
- Well, meanwhile I figured that indeed this sh ... example console prints this when viewing an issue page: @159:31 Uncaught ReferenceError: be ... . Any ideas where to look for the culprit?
- Hello I have a question about Redmine. Im se ... I need to give permission to users to create issues and now i have to click on the main project ... ch? Best regards and thank you in advance
- Open discussion: RE: Export by command line
- You can try to make bash (or pick your favour ... RPASSWORD" } app.get "/projects/${RPROJECT}/issues.csv?xxxxxxxxxxxxxxxxxx" response = app.response File.write('issues.csv',response.body) quit EOF Find appropriate URI /issues.csv?xxxxxxxxxxxxxxxxxx, which correspond to /issues?query_id=xxx, by examining web server log o ... , which can work from remote, is to use curl.