Search
Results (18215)
- Open discussion: RE: Is there a way to template Projects? Or create pre-defined sets of Issues which can be added?
- Nice that this can be done by admin, a simila ... to all involved usewrs which is not ideal...
- Help: RE: Import issues mapping the field "Unique id"
- Indeed, you cannot import the old ids and thi ... orts because the id depends on your database.
- Help: RE: Moving Issues doesn't work
- Kanban board is not provided by Redmine core, you should contact plugin's author.
- Plugins: RE: redmine issue sla plugin issue
- has somebody found a solution for this issue, it is very annoying and creating a 400MB log on few days on the server.
- Hi everybody, We are using a Kanban board and we are not able to move an issue between columns or inside a column. I have t ... e this? Thanks a lot in advance. Verena
- Hello, all We use _Remine_ 4.1.1 with _Apa ... ding from remote server returned by /redmine/issues.json</pre> I have already asked at the "_B ... r there suggested that I ask it here as well.
- Open discussion: RE: Requirements with Redmine?
- http://redmine-re.korem.de/projects/redmine-r ... utomated Traceability Perform Effectively on Issue Tracking System Data?’, in Requirements Engi ... des/HairyToolsTalk/DanCommentedMertenEtAl.pdf
- I did follow this issue: https://www.redmine.org/issues/28213 I was trying to import all the issues that i did export to a CSV from an old redm ... the id AI. Edit: Ok, solved with a db dump
- Hi, Does anyone know about 422 unprocessab ... //www.redmine.org/projects/redmine/wiki/Rest_Issues#Updating-an-issue), 422 unprocessable entity error occurs inte ... let me know if you know something about this issue and how to solve it. This is information of ... mine_datetime_custom_field 1.0.1 redmine_issue_templates 1.0.3 redmine_mentions ... 0.0.5 Thanks in advance
- Hello, I'm working for a company, and I'm not in charge of the IT security witch cause us some issues. Our Redmine is installed on a Azure Se ... out I did try some but without result) My issue is the way the files are uploaded to the ser ... the requests are analysed by a WAF, the main issue is the WAF can only analyse body of 150Ko si ... lower then 150Ko, the file is upload without issue. But when supperior to 150Ko, we have an ... nly way for us to be able to attach files on issue is to modify the way of working of the appli ... another solution? Best regards, David
- Dear team, Please kindly help me to solve this issue. I need to use smtp.gmail.com Best regards
- Help: RE: Fetching additional data with REST api
- Hope that answer will be helpful for someone ... re> call_hook(:my_hook, {:root_api => api, :issue => @issue}) </pre> then in hook partial <pre> root ... bar_object.value end end </pre> Regards
- I want to add a new column to the issue table. It's working fine BUT I now want to a ... logged. I tried many different ways to path `issue` and `issue_query`. *init.rb* <pre> require 'redmine' Issue.send(:include, IssuePatch) IssueQuery.send(:include, IssueQueryPatch) Redmine::Plugin.register :test do blablabla end </pre> *issue_patch.rb* <pre> require_dependency 'issue' module IssuePatch def self.included(base) base.cl ... end end end end </pre> *issue_query_patch.rb* <pre> require_dependency "issue_query" module IssueQueryPatch def self.included(base) ba ... ion). If you see in the Redmine code, the ...
- Plugins: RE: Add a new column in Redmine issue SLA plugin.
- Hi Vlad Pol, Please, tell me how it should ... keep going, but all comments will be welcome.
- Hello. Please tell me if it is possible to ... e Redmine 2.2.0. When I add observers to the issue and select one person (by checking the box), ... t turns out to add only one person at a time.
- Hello, We currently run Redmine 3.4.6 with ... Redmine plugins: activity_by_issue_status 0.0.4 auto_populate_checklis ... globalme_projects_widget group_issue_visibility 0.0.1 issue_status_sort 0.0.2 multi_link ... mine_importer 1.2.2 redmine_issue_callbacks 0.0.1 redmine_issue_history 0.0.1 redmine_issue_relations 0.2.0 redmine_issue_templates 0.2.0 redmine_issue_tracker 0.0.1 redmine_issues_macros 0.0.1 redmine_ldap ... workflow_column 0.0.1 </pre>
- Help: RE: ActionMailer: "Email delivery error" since version 4.1.1
- So here is point: I send 5 email correctly ... kerPunch(mailers) with arguments: "Mailer", "issue_edit", "deliver_now", #<GlobalID:0x000000000 ... kerPunch(mailers) with arguments: "Mailer", "issue_edit", "deliver_now", #<GlobalID:0x000000000 ... 4-4836-abfe-d93bbec43f76] Rendering mailer/issue_edit.text.erb within layouts/mailer 2440: [ ... 4-4836-abfe-d93bbec43f76] Rendered mailer/_issue.text.erb (8.7ms) 2441: [ActiveJob] [ActionM ... 54-4836-abfe-d93bbec43f76] Rendered mailer/issue_edit.text.erb within layouts/mailer (9.5ms) ... 4-4836-abfe-d93bbec43f76] Rendering mailer/issue_edit.html.erb within layouts/mailer 2446: [ ... 4-4836-abfe-d93bbec43f76] Rendered mailer/_issue.html.erb (0.7ms) 2447: [ActiveJob] [ActionM ... 54-4836-abfe-d93bbec43f76] Rendered mailer/issue_edit.html.erb within layouts/mailer (9.9ms) ... ing the email (end of file reached) </pre>
- For example, creating an issue, modifying the content of an issue... and so on, it seems that writing SQL acti ... %E7%95%AB%E9%9D%A2%202020-11-18%20112827.png!
- Open discussion: RE: Automatic Add Watcher by project to Redmine 3.4.4 Stable?
- cleber souza wrote: > Is it possible to add ... per project, so that automatically when the issue is created is added that group of Watchers? ... at project group is default assignee for new issue and of cours - groups can be add as assignee ... bers of group are add as watcher for all new issues in project.
- Hi, I am having trouble with some items no ... vity view. For example, I created two new issues - one in each of two projects. One issue is a "Task" and the other is a "Feature". ... - Rails v: 5.2.4.2 - Database: PostgreSQL
- I'm trying to replicate in Redmine the equiva ... uery to pull down a list of all the included Issues & Descriptions to include in our release no ... and markdown content. The Atom feed from the Issues List _will_ pull down the formatted / expan ... Notes_. Whereas the Atom feed for the single Issue itself _will_ pull down the Atom feed for th ... Atom feeds also only contain a subset of the Issue's fields. So the only way I can come up with ... treme case) download all info about a set of Issues with the appropriate field formatting is: # Use the REST API to query for the required issues # For each issue use the REST API to download the Issue detail with Journal entries - ie all the Issue's fields # For each issue, get the formatted form of the Issue...
- Hello experts, need your help. I am trying to configure tasks/issues creation from email. I am using plugin "Red ... Mysql2 Has anyone seen this issue? Any suggestions are highly appreciated.
- Hi all, I'm happy to announce the first release of Red Counter, a plugin for setting up issue-related counters. Please download it at: ... Hoping this could be useful to someone!
- Open discussion: RE: Redmine is not able to receive emails and create issues using imap functionality of Redmine
- While I am searching I found this issue. Your server doesn't to imap, make sure your server responds to imap protocol.
- I just upgraded our Redmine 3.1 to 4.11. New ... imap with unknown_user=create option. The issue we're having with 4.1.1 is new accounts are ... not back to the submitter. We never had this issue with 3.1.1. I eventually discovered that ... of the project? Thanks for your help.