Search
Results (18202)
- Pretty much the title
- I installed RedMine to my computer using Bitn ... the email was not sent. How do I solve this issue?
- Help: RE: Error when I want to upgrade Redmine 2.3.0 to 4.1.1
- Hi, Thank you for your answer. I will need ... re update Ruby and Redmine. If I have other issue, I will post here. Best wishes for the new year
- I'm getting an error after building a new sys ... and the log shows: <pre> Started GET "/issues/projects/issues" for 66.109.141.60 at 2020-12-28 04:05:17 + ... oller#show as HTML Parameters: {"id"=>"issues"} Current user: garya (id=20) R ... <%= link_to tracker.name, project_issues_path(@project, :set_filter => 1, :tracker_i ... d> 71: <%= link_to @open_issues_by_tracker[tracker].to_i, project_issues_path(@project, :set_filter => 1, :tracker_i ... compatible, not sure if ever used Redmine Issue from Excel plugin No longer compatible, ... rmine what RAILS_ROOT is. Suggestions?
- Help: RE: Redmine 3.3.2 & Gitolite 3 - Hooks not installed
- I know this is an old issue for an old version but, as I encountered the ... /nginx and check the _Config Test_ tab again.
- Development: RE: REST API - Get all Issues for a project version
- This is an old question, but I have the same issue so... Did you ever find a solution to !#1 ... //www.redmine.org/projects/redmine/wiki/Rest_Issues indicates you can provide a comma-separated list of Issues Thanks in advance for any suggestions
- [[Redmine error.JPG]] This happens every time even if there is no dependency listed in the issue.
- Hi all when I want to create issue, field "subject" is required field how can I change it for not required or hide it at all
- Help: RE: Having problem with reverse proxy (Apache on redmine server)
- Hello, did you find a solution for this issue ? Regards Michel
- User (role) has Edit issue and Add notes permissions. Issues visibility for the role is: Issues created by or assigned to the user. But he ... in fact. I need an option to „share” some issues which were created ealier by someone else. ... ? I use Redmine version 4.1.1.stable.20036
- Hi, I have an installation i have recently upgraded from 3.3 to latest. Some users now have an issue where they cannot see any project from the p ... ump to a project, but then are faced with no issues viewable. If i make a user an admin (I'm j ... int), then i can see they have well over 200 issues they are involved in, and the projects etc all come up fine. Is this an upgrade issue? Is this a permissions thing? Apparently (i ... files i could post to help. Thanks Grant
- Help: RE: ubuntu 18.04 install from scratch, ... setup; generate_secret_token rakefile missing
- The redmine tarball needs to be unpacked into ... eeds to cd to /opt/redmine/redmine-4.1.1 and issue the bundle commands from there. The "Unknown ruby interpreter version" issue is a problem/bug in rvm, and can safely? be ... ified range. See https://github.com/rvm/rvm/issues/4751
- 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 ...