Project

General

Profile

Search

Results (18208)

Help: RE: Where are status change details for an issue stored in the DB?
I've found it. It's all stored in journals and journal_details. 2023-03-07 17:39
Help: Where are status change details for an issue stored in the DB?
Hi all I want to get the status change info for an issue from the DB. Which table is it stored in? Or ... l allow me to find out the timestamp when an issue changed status. I'm basically trying to pull together an SLA report so I can show how long an issue took to progress from New -> In Progress -> ... Redmine plugins: no plugin installed 2023-03-07 15:30
Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
This is still happening. Will it ever be fixed? 2023-03-06 09:54
Help: RE: Automatically delete closed issues older than 365 days
in my case which im deleting the old issues older than 6 months I have created a file as delete_old_issues.rake and added the below script <pre> namespace :redmine do desc "Deletes old issues in batches of 10k" task delete_old_issues: :environment do Issue.where("created_on < '#{6.months.ago}' AND project_id = 574").find_each(batch_size: 10000) do |issue| issue.destroy end end end </pre> And ... y-2.4.6; bundle exec rake redmine:delete_old_issues RAILS_ENV=production </pre> you can edit the script as per the requirement 2023-03-05 19:57
Help: Redmine IMAP issue email move to 'failed' folder
I am trying to configure IMAP for Redmine so that it reads email from my address and creates an issue directly. All the emails get marked as read ... /pre> This I believe is the output of the issue creation process in production.log: <pre> ... b491d1bc535d] Started GET "/projects/helping/issues" for IP-ADDR at TIME I, [2023-03-03T17:23: ... 0-b8c1-47c4-a5a8-b491d1bc535d] Processing by IssuesController#index as HTML I, [2023-03-03T17: ... 34c0-b8c1-47c4-a5a8-b491d1bc535d] Rendered issues/index.html.erb within layouts/base (Duratio ... t production Database adapter Mysql2 </pre> 2023-03-03 17:35
Help: RE: Email sending error - issue with self signed certs
Sometimes less settings are better? :D Weir ... ave to worry about the error when updating. 2023-03-02 14:20
Help: RE: Email sending error - issue with self signed certs
I solved it by removing all tls-related confi ... rify_mode_ to _'none'_. After that it worked. 2023-03-02 13:55
Help: RE: Email sending error - issue with self signed certs
Hello Ruby and Redmine were also updated f ... pears, so I will run into an error again. 2023-03-02 13:26
Help: Remove old issues from X project
Hi, I'm using Redmine for about 3 years Now and some of the project they have a high number of issues I need a sql query (using psql) which can delete for example the issues older than 6 months 2023-03-02 07:58
Help: RE: How to Define "Due date" by create issues from emails?
Go MAEDA wrote: > The format of date fields ... -MM-DD. Thanks so much Go MAEDA it worked! 2023-02-27 16:23
Help: Help recover Redmine using Docker containers / Tables don't exist but they are listed...
Hello, I am currently facing issues trying to recover my *Redmine*. I used to ... r/src/redmine/config </pre> I think _the issue is with the database recovery_. I created a ... ets | | changesets_issues | | comments ... | imports | | issue_categories | | issue_relations | | issue_statuses | | issues | | journal_d ... ch tasks (label, description etc). Thanks, 2023-02-27 11:16
Help: RE: How to Define "Due date" by create issues from emails?
The format of date fields should be YYYY-MM-DD. 2023-02-27 00:54
Help: RE: How to Define "Due date" by create issues from emails?
Same problem here. Tried it in different lang ... he problem for me. Any progress on your side? 2023-02-26 22:53
Help: RE: Issues are all being imported as "New", even when statuses are provided
When importing issues I take look, that Status with space symbol ... will not able to change statuses )) v 5.0.4 2023-02-26 17:41
Open discussion: MySQL DB connection pool
In performance tests on Redmine installed in ... Original message: https://www.redmine.org/issues/35211 2023-02-24 14:52
Help: RE: Filter ONLY subproject issues
Feature opened 13 years ago... I encounter the same issue https://www.redmine.org/issues/3952 2023-02-24 11:42
Help: RE: Bug or not? Filtering issues: only from specified sub project
Sorry, already discussed/treated in https://redmine.org/issues/3952. 2023-02-24 11:29
Help: Filtering issues: only from specified sub project
In a project named "A", having sub projects "01","02" and "03" , I try to filter all issues in the projects "A>02" and "A>03" only. I ... "" [multiselection]. As a return, I get the issues from "A>02", "A>03" but also from "A". Pe ... (using equals, all, none,different from...), issues from the current project are returned. Does someone encounter the same issue? Is it a bug to be submitted? 2023-02-24 11:23
Help: RE: How to add new files when edit the notes again?
Ryan Clark wrote: > Files can be added for the first time while adding new notes to issues. > !can add new files.png! > How can I ad ... you have to add files or screenshot first in issue and then you can edit your note with !files_you_just_added!. </pre> Thanks Lorenzo 2023-02-23 13:15
Help: RE: Import information from excel to redmine
Joan J wrote: > Related to https://www.redmi ... dmine.org/projects/redmine/wiki/HowTo_import_issues Yes, in addition i think you have to per ... ou are setting, in redmine workflow, for new issues. Thanks Lorenzo 2023-02-23 12:31
Help: RE: redmine migration with redmine
ashraf alzyoud wrote: > if i can ask u quest ... Redmine system through the similarity of the issue_id field If you want to modify data on re ... some help and pay for it. Thanks Lorenzo 2023-02-23 12:27
Open discussion: RE: CHANGING THE TRACKER AUTOMATICALLY IF THE RELATED TICKET WAS CHANGED
Hi, it's not possible with out-of-the-box red ... ocode): <pre> my_ticket_selections = Issue.where(conditions) my_ticket_selections.each do |issue| issue.relations.select do |r| check_your_re ... _conditions do_the_changes_on_related_issue related_issue.save end end </pre> 2023-02-23 12:21
Open discussion: RE: Upgrade redmine 4.2.3 upgrade to 5.0.4 problem
Hi, you missed some migrations in the past. ... 112801 migration with redmine 4.2.3 that was issued on 20211010. I’m sorry it’s your fault. ... schema_migrations table. Thanks Lorenzo 2023-02-23 11:32
Help: Linking to new issues with a particular category
Hi I have created a URL to open a new issue with a specific category selected (eg http://...[project]/issues/new?issue[category_id]=5), however when the issue page displays, the Assignee which is meant t ... resolve this? On a secondary but related issue, how can I establish the category_id of the ... or any help you can offer. Andrew Hoole 2023-02-16 17:23
Help: How to Delete roles used in a deleted project ?
Redmine 4.2.1.stable Ruby version ... 5.2.5 Dear all, We are facing an issue where a role cannot be deleted because it is ... nerated. Any suggestions ? Antoine 2023-02-16 10:33
(676-700/18208)