Search
Results (18202)
- Hello, I need to export issues from redmine to an other redmine instance b ... v files. Can you tell me if i can export issues (with history and attachment) and import on an other redmine instance ? Thanks
- Hello I was using a _bitnami redmine virtual ... ory with all the attachments held by created issues. But I don't see any way to make mysqldump ... like me? Please, help. There must be a way...
- Ruby 2.6.6p146 Rails 5.2.5 Unix MySQL 8.0. ... 4.2 The error is caused by the include in Issue class (issue.rb) : <pre> include Redmine::SafeAttributes </pre> Any insight is welcome. Thank you
- Help: RE: Can I disable "New Issue" for the parent project but still show "Issues"?
- Just had the same issue! But my parent project uses the same roles a ... rs from the parent project, whereby the "New Issue" tab is not shown.*
- Hi, I have modified some css style in a plugin (https://www.redmine.org/plugins/redmine_issue_badge), I have upload the modified code to s ... Rails http://<host>/plugin_assets/redmine_issue_badge/stylesheets/style.css? *1623722537* Thank you very much
- Help: RE: Encoding rules to import issues
- Hi, this should not happen. This is taken fr ... dmine.org/projects/redmine/wiki/HowTo_import_issues. <pre> "Description","Tracker","Status" ... t date","Due date","Estimated time","Related issues","Private" "long description with more th ... ,"Task","NEW","Normal","Testing import of an issue","Some Author","Some assignee",,"some_versio ... ing wrong in the encoding... Thanks Lorenzo
- Help: RE: "this month" skips the first day of the month
- Andrew Beck wrote: > Did you find solution to this Lorenzo? We are having the same issue. Hi, as I said "previously":https://www.r ... I have no time to test in 4.2 sorry. Lorenzo
- Help: RE: Integrating Redmine with Java - Null Values in Custom Fields
- Hi, how did you fetch data? I assume with AP ... ry in your browser https://your_redmine_site/issues/xxxx.json and see the results. Thanks Lorenzo
- I would like to know the rules to respect for importing issues in redmine. Specially for the descriptio ... which are the rules for the proper encoding ?
- Hi, I am trying to fetch data from Redmine ... a NULL value. Has anyone faced a similar issue before? Any help in resolving the same would ... y 07 18:34:21 IST 2021 cField ===>> null
- Help: RE: "this month" skips the first day of the month
- Did you find solution to this Lorenzo? We are having the same issue.
- Help find plagin. I only found this thread https://www.redmine.org/issues/14418 It is very time consuming to copy a ... tion is still not there? Redmine 4.1.1
- Open discussion: RE: LDAPS certificate issue
- Don't now if it is proper way Added environm ... cation in Apache site configuration file fix issue for me @ SetEnv SSL_CERT_DIR /etc/ssl/ce ... CERT_FILE /etc/ssl/certs/certificate.pem @
- Hello, I want to configure LDAPS with prop ... command it can be imported to Redmine?
- hello, I got an error 500 (server) when i ... understand why, the others command like post issues or get projects are working. I use POST, ... sorry my english is not perfect, i'm french._
- Plugins: RE: Rake Task - How to update the history of an issue on issue status change
- Well, thanks for the quick reply. It seems ... ut at the moment I have to fix this "little" issue in the plugin. Since this is my only pro ... hing for a similar Problem will find it here.
- Help: RE: I cant enable STMP and SCM
- Lorenzo Castro wrote: > Thank´s Lorenzo, I have done it! > > The only issue is that I have only achieved it locally (loc ... IT_repository_into_redmine Thanks Lorenzo
- Plugins: RE: Rake Task - How to update the history of an issue on issue status change
- Hi Heiko What I meant when suggesting to s ... re is no shortcut. Best Regards Liane
- Plugins: RE: Rake Task - How to update the history of an issue on issue status change
- Hey, I'm really sorry, but I'm still compl ... for the inconvenience! Best regards Heiko
- Help: RE: I cant enable STMP and SCM
- Thank´s Lorenzo, I have done it! The only issue is that I have only achieved it locally (localhost). Do you recommend any way to put it online?
- Help: RE: Sending notification e-mails with different "From" addressess for each project
- After 4 years, I wonder if there are any updates on this issue. Otherwise, it is still a very interesting feature to be added.
- Hello all i need an immediate help please, i have an issue that i need to send the issue to more than one assignee and i cant add the ... ns and doesnt have permission to access this issue. i tried a plugin with name (custom_users_a ... e fixing this problem as i need it immediatly
- Plugins: RE: Rake Task - How to update the history of an issue on issue status change
- Hi again, thank you very much for your hel ... for DISPLAYING the history information of an issue. What I need is a method to UPDATE/ADD TO th ... Thanks again for your time! Regards Heiko
- Plugins: RE: Rake Task - How to update the history of an issue on issue status change
- Hi Heiko A good starting point to solve your problem is to look into the partial which holds the issue history. You can find it in app/views/issues/tab/history.html.erb. Best Regards Liane
- I wrote a plugin that is basically a rake task which changes the status of an issue based on some criteria (due date or a "defer ... cron job, run every night to "reenable" the issues that will be due in a configurable number of days. after filtering the issues I do the following: @deferred_issue.update(status_id: reactivated_state)@ where "deferred_issue" is one of the filtered issues and "reactivated_state" contains the index of an issue_status that is configurable in the plugin co ... tatus change is not listed afterwards in the issue history. How can I accomplish that? I'm ... I'm not describing the problem clear enough.