Project

General

Profile

Search

Results (31865)

Defect #41220 (Closed): API Access does not require second factor
I have configured a required second factor fo ... @ with the current value to the endpoint. 2024-09-04 13:36
Defect #41218 (Closed): GIT 404 repository issue.
404 The entry or revision was not found in the repository. I facing this issue after proving the proper path to the repo. 2024-09-04 11:37
Defect #41215 (Closed): Reg: CSV Files could not be export in redmine
dinakaran@redmine-server-26-08-2024:/var/log/ ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' Started GET "/redmine/issues.csv?utf8=%E2%9C%93&set_filter=1&f%5B%5D=sta ... at 2024-09-03 08:37:19 +0000 Processing by IssuesController#index as CSV Parameters: {"utf ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode 2024-09-03 10:40
Feature #41214 (New): Allow the 'OR' Logical Operator in Query
*Purpose:* Enable users to use the 'OR' logical operator when setting filters in queries for issue lists, Gantt charts, time entries, and more, ... at users cannot create queries to search for issues where, for example, either the author or th ... ch it along with the corresponding test code. 2024-09-03 08:53
Help: RE: HowTo for Redmine installation in LAMP shared hosting environment....
Did you get the 505 issue solved? 2024-08-31 21:17
Development: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:34
Help: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:33
Open discussion: Get Redmine user details by user email id
I tried executing the API request to get the ... e parameters. Is there a solution to this issue? 2024-08-30 14:33
Feature #41203 (Closed): RGPD Compliance
I'm trying to figure out how to be RGPD compl ... /field list that I can use to perform this ?) 2024-08-29 11:29
Defect #41196 (Closed): Error in official Redmine installation instructions
Redmine environment ・redmine 5.1.3 ・ruby 2. ... ror: undefined method `custom_values=' for #<IssuePriority:0x000056237ddea750> 2024-08-28 10:27
Defect #41193 (Closed): Incorrect time calculation in subproject
When calculating time, tasks from the main pr ... 2.0.2 redmine_zenedit 2.0.6 2024-08-27 08:54
Open discussion: Using Redmine Issues to manage Google Docs
We are considering using Redmine Issues to keep track of Google Docs. Each Googl ... As a result, each time a user creates a new issue in Redmine, I would want that issue would be populated with the next URL in the ... example, if a user named Ben were to create Issue 1, then Issue 1 would be populated with the first URL in t ... equently, if a user named Joe were to create Issue 2, then Issue 2 would be populated with the second URL in ... day, it I failed to make it do what we want. 2024-08-26 21:23
Open discussion: Issue with Uploading File via Make.com(Integromat) - Redmine API
Hello, I am experiencing an issue when attempting to upload a file to Redmine ... any assistance or guidance on resolving this issue. Please let me know if there are any specifi ... o be adjusted. Thank you for your support. 2024-08-26 12:06
Help: Issue with Uploading File via Make.com(Integromat) - Redmine API
Hello, I am experiencing an issue when attempting to upload a file to Redmine ... any assistance or guidance on resolving this issue. Please let me know if there are any specifi ... o be adjusted. Thank you for your support. 2024-08-26 12:05
Open discussion: Released Rexer, a command-line tool for managing Redmine plugins and themes
I have released "Rexer":https://github.com/hi ... theme_farend_bleuclair" } plugin :redmine_issues_panel, github: { repo: "redmica/redmine_issues_panel", tag: "v1.0.2" } </code></pre> I ... Install bleuclair ... done Install redmine_issues_panel ... done </pre> That's all. Re ... appreciate it if you could give it a try! 2024-08-26 05:49
Defect #41190 (Closed): X accel redirect
# Disable serving static files from the `/p ... a real path to the internal location ... } 2024-08-25 22:34
Defect #41189 (Closed): Issue with Uploading File via Make.com(Integromat) to Redmine API
Hello, I am experiencing an issue when attempting to upload a file to Redmine ... any assistance or guidance on resolving this issue. Please let me know if there are any specifi ... adjusted. Thank you for your support. 2024-08-25 22:22
Help: Watchers/Observer - Outside project teams - View issue + notified
Dear community, I would like to have Watch ... ct teams to be able to see the content of an issue and be notified when an evolution is done to the issues. Based on my research I have found sever ... able Database adapter Mysq 2024-08-23 15:52
Feature #41180 (Closed): Tracker 'closed' -> Status 'closed' automatically
Hi I use several Trackers that indicate that the issue is 'done/finished'. Is there an option that the Status automatically switch to a 'closed' issue Status? The reason is simple: * I don't want to modify always to fields in the issue * the Overview remains issues that are already solved It would be great if somebody has an idea. 2024-08-22 08:09
Patch #41173 (New): Default project in generic new issue page is the oldest created one
As @spaluc told in ##16067-5: > The only issue with current solution is that when navigated to https://redmine.host/issues/new the issue Project is defaulted to > @issue.project ||= @issue.allowed_target_projects.first > This is not ... lass="diff"> diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb --- a/app/controllers/issues_controller.rb (revision 41804:94cb08cd65eb27ef693ca8144836553a3c3183ab) +++ b/app/controllers/issues_controller.rb (revision 41804+:94cb08cd65eb+) @@ -571,7 +571,7 @@ end @issue.project = @project if request.get? - @issue.project ||= @issue.allowed_target_projects.first + @issue... 2024-08-19 18:09
Plugins: Modify user list in assign user field
I'm writing a plugin in Redmine and want to a ... ks < Redmine::Hook::ViewListener def view_issues_form_details_bottom(context = {}) issue = context[:issue] assignable_users = issue.assignable_users users_points = assign ... n you suggest what I might be doing wrong? :) 2024-08-19 13:04
Defect #41170 (Closed): redmine5.1.3 can not send mail after issue update
1. redmine5.1.3 test mail is ok 2. redmine5. ... r false 3. redmine5.1.3 cannot send mail if issue create or update. I had config all send cond ... 2.0 easy_gantt_pro 2.0 issue_charts 1.3.0_4 mega_cal ... ine_indicator 0.2.16 redmine_issue_dynamic_edit 0.9.2 redmine_issue_hierarchy_filter 0.1.1 redmine_issue_templates 1.1.2 redmine_issue_trash 1.0.2 redmine_issue_view_columns 2.0.3 redmine_kanban ... d 3.0.2 redmine_xlsx_format_issue_exporter 0.2.1 Powered by Redmine © 2006-2024 Jean-Philippe Lang 2024-08-17 02:48
Help: Redmine REST API to fetch details for a specific user by passing the user's email
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:22
Development: Not able to use optional filter to get user API.
Hi Everyone, I've been trying to use the R ... headers. Is anyone else experiencing this issue? 2024-08-14 19:21
Defect #41153 (Closed): {{collapse(custom text)}} macro cuts off at first comma
I'm trying to use the @{{collapse}}@ macro in ... e to write grammatically incorrect sentences. 2024-08-14 13:43
(901-925/31865)