Search
Results (18281)
- Help: RE: How to paste html content directly from Outlook e-mail body to issue decription and keep all formating and images
- Maybe, the better way is to send the mail directly to redmine? (Email Fetching)
- Help: RE: How to paste html content directly from Outlook e-mail body to issue decription and keep all formating and images
- You can't copy a image from clipboard in a webform!
- Help: RE: How to paste html content directly from Outlook e-mail body to issue decription and keep all formating and images
- Thank You for response but it doesn't work as ... gle images, but not a textfiled and images?
- Help: RE: How to paste html content directly from Outlook e-mail body to issue decription and keep all formating and images
- This could be realized via a plugin, I recomm ... resource that can be accessed by the browser.
- Hello, I got an old user who is using MS Out ... asicaly need ctr+a, ctrl+c and ctrl+v option.
- Help: RE: Automatically delete closed issues older than 365 days
- Hi,Krzysztof. I tried your command but it ... olve this with this other command: <pre> Issue.where("created_on < '#{365.days.ago}' AND pr ... stroy) </pre> Thanks a lot for your help!
- Help: RE: Automatically delete closed issues older than 365 days
- Luis, my knowlege of RoR is very limited, so ... y)_ action to be sure it's okay. <pre> Issue.where("closed_on < '#{365.days.ago}'",tracke ... ActiveRecord/QueryMethods.html#method-i-where
- Help: RE: Automatically delete closed issues older than 365 days
- Thanks a lot for your help, Krzysztof. Sorry ... =37 and tracker id=2? Thank you in advance.
- Hello, We are 3 users (1 admin). Up until now, we have had no issues what so ever. As of yesterday, one user is ... Redmine plugins: no plugin installed
- Help: RE: Automatically delete closed issues older than 365 days
- It was not easy but it seems to work... th ... /usr/scripts/delete_old.rb : <pre> puts Issue.where("closed_on < '#{365.days.ago}'").each( ... r would appear instead of the command manual.
- *Title* : ERPmine – Time & Expense *Date* : ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... This webinar have completed successfully.
- HEllo using the API rest http://URL/issues.xml?issue_id=8208&user_id=user_id&key=apikey&include=j ... is there a solution please ? Thank you
- Help: RE: Automatically delete closed issues older than 365 days
- Also interested here. Thanks in advance!
- Help: RE: Automatically delete closed issues older than 365 days
- Jim Lee wrote: > One modification to the abo ... roy to make sure that all callbacks for your issues are applied (things like clearing up issue relations, links and removing attachments fr ... s, how I can run this as a script using cron?
- Help: RE: Issues with running redmine on a Debian 10 Apache server
- Well, this is driving me crazy, I have lost c ... I haven't felt this much frustration in years
- Help: RE: Cant edit a custom field.
- Thank you for your reply. I created an issue for it because Ruby version 2.7.2 was released for Redmine 4.2.x #36584
- Help: RE: Cant edit a custom field.
- Problem solved. I installed the 2.6.9 Ruby version and the issue not happened anymore. <pre> Environment: ... dmine plugins: no plugin installed </pre>
- Help: RE: Go directly to "My page" after login
- David Strejc wrote: > Please, > > can anybody skilled in RoR and redmine help me with little issue? > > I would like to be redirected direct ... rom SSO authentication avoiding redmine login
- Help: RE: Cant edit a custom field.
- No third-party templates. I only downloaded t ... s, /settings). If the custom field is for an issue, then I do open the project, but the issues pages crashes (/issues/..).
- I am a new Redmine community member seeking f ... "redmine_agile-1_6_2-light.zip" which had no issue before. Now, no matter what plugin I install ... message) I have been struggling with this issue am terribly frustrated. Redmine experts, please help! Thank you in advance.
- Hello, after migrating redmine to version ... tickets. Log file snippet: Processing by IssuesController#update as */* Parameters: {"authenticity_token"=>"", "id"=>"5162"} Started POST "/issues/5162" for 127.0.0.1 at 2022-02-02 11:06:03 ... ler::RoutingError (No route matches [POST] "/issues/5162"): How can i get these refresh buttons to work.
- Help: RE: How to migrate data from Mantis to Redmine in 2022?
- I did a migration from Mantis to Redmine a co ... was not very pleasing as there where deleted issues which messed up the issue numbers. Therefore many of the old issues have got a new issue number in Redmine which was the deal breaker back then.
- Plugins: RE: Create Plugin With API Create Issues
- I am not sure if I understand what you mean b ... but it solved my problem at that time.
- Help: RE: How to make alerts in Redmine?
- Redmine ships with a rake task to regularly send reminder mails to users with their due issues. See [[RedmineReminderEmails]] about how to set this up. As for automatically updating an issue on visiting it, this is unfortunately not su ... a custom plugin for that though if required.
- Open discussion: RE: Clarification on updating a issue.
- To update an issue, you have to send a @PUT@ request to @/issues/[id].[format]@. You *can not* send a request to @/issues.[format]@ or @/projects/[identifier]/issues.[format]@ as this endpoint is responsible to create a new issue only. Updating an issue is usually rather fast in any case. Some thi ... nfiguration#delivery_method]]. * With large issue trees (i.e. many issues in a parent-child relation ship), updating attributes of parent and child issues might take some time. Generally, you should avoid large issues trees (with roughly more than 50 issues in a single tree) or disable attribute inheritance in your settings.