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.
- 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
- Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
- This is still happening. Will it ever be fixed?
- 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
- 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>
- 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.
- 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.
- 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.
- 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
- 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!
- 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,
- Help: RE: How to Define "Due date" by create issues from emails?
- The format of date fields should be YYYY-MM-DD.
- 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?
- 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
- In performance tests on Redmine installed in ... Original message: https://www.redmine.org/issues/35211
- Help: RE: Filter ONLY subproject issues
- Feature opened 13 years ago... I encounter the same issue https://www.redmine.org/issues/3952
- Help: RE: Bug or not? Filtering issues: only from specified sub project
- Sorry, already discussed/treated in https://redmine.org/issues/3952.
- 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?
- 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
- 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
- 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
- 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>
- 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
- 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
- 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