Project

General

Profile

Search

Results (18202)

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! 2022-02-13 19:58
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 2022-02-13 09:28
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. 2022-02-12 19:15
Help: One user cannot login, even with a new temp account
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 2022-02-11 16:44
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. 2022-02-11 09:00
Help: how to add new items when extracting Redmine CSV
hello, When extracting the pdf or csv of the Redmine issue list, the date and time when the issue was changed to modified status and resolved ... tus) It would be nice if the contents of '~/issues/(issue_num)/status' were added. If you have a good way, please share. thanks 2022-02-10 15:17
Plugins: Webinar on ERPmine – Time & Expense, February 22, 2022, 5 PM India (11:30 AM GMT)
*Title* : ERPmine – Time & Expense *Date* : ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... This webinar have completed successfully. 2022-02-09 13:39
Help: I cannot find Controle Task
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 2022-02-09 09:44
Help: RE: Automatically delete closed issues older than 365 days
Also interested here. Thanks in advance! 2022-02-08 20:28
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? 2022-02-08 13:48
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 2022-02-08 13:07
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 2022-02-08 08:25
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> 2022-02-08 01:05
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 2022-02-07 12:20
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/..). 2022-02-07 12:12
Plugins: Why installation of Redmine plugins always kills Redmine ?
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. 2022-02-03 03:36
Help: Refresh button in list of subticket did not work
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. 2022-02-02 11:15
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. 2022-02-02 06:26
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. 2022-01-28 23:21
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. 2022-01-27 16:01
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. 2022-01-27 15:59
Open discussion: RE: Lost some ticket comments and wiki history - Known bug(s)?
Garry Hoberg wrote: > * Is that some kind of ... ks? Redmine does not automatically delete issues or journals or wiki pages. While it might b ... looks instead as if someone has deleted the issues and wiki pages and re-created them manually ... should generally follow [[RedmineUpgrade]]. 2022-01-27 15:39
Help: RE: Add Custom Field to User profile
This works best with the "Category" function ... is then assigned. [[RedmineProjectSettings#Issue-categories]] 2022-01-27 14:14
Help: RE: Add Custom Field to User profile
Thank you so much for your information. I cre ... field but I want to Users if when the opened issue, issue assigned to User's custom field automaticall ... value in custom field and user opened a any issue automatically assign to R&D custom field. I hope i could explain that. 2022-01-27 12:18
Plugins: Create Plugin With API Create Issues
Good afternoon. There is a need to write a ... eed to write your own post request to create issues. How can I implement the creation of issues through my api in the plugin? 2022-01-27 09:05
(1001-1025/18202)