Project

General

Profile

Search

Results (18203)

Help: How to delete comment in an issue using java rest api
I want to delete the comments on the issue I was searching and found the post(https://www.redmine.org/issues/10171) : When the notes of the journal tha ... deleted How to delete note(journal) in an issue 2023-09-21 03:47
Help: Showing spent time of all users in the issue
Hi! I read Wiki and searched on the website, ... show all the spent time of all users in the issue, but not show work logs of other users? I use Redmine 4.2.10. 2023-09-15 21:35
Open discussion: RE: Gantt show assignee
This was added in #27672 and was first releas ... at Redmine 4.0.1 has "several known security issues":https://plan.io/redmine-security-scanner/v ... rade your Redmine installation in any case... 2023-09-13 19:45
Help: Missing news on the main page / customizing top menu
Hi all, I just moved and upgraded Redmine ... ersion. That went pretty smooth (except some issues I had with installing apache on Debian, but ... dmin Wiki', after: :wiki menu :top_menu, :issues, "https://kwredmine.kraus-weisert.de/projec ... ', after: :wiki [/if] menu :top_menu, :issues, "https://kwredmine.kraus-weisert.de/projec ... on please let me know. Best regards Thilo 2023-09-12 16:16
Open discussion: Gantt show assignee
Hello everyone, i'd like to know if it is possible to show the assignee next to issues/tasks in the Gantt. Like in this image: ... edmine version is 4.0.1 Thanks in advance. 2023-09-12 14:47
Help: Getting error logging into application (Invalid form authenticity token) on Redmine v5.0.5
Hey, folks; I am attempting to move my cur ... ersion or just don't work. What causes this issue? How do I stop it? I'm running the following server: Ubuntu 22.04 2023-09-08 17:35
Plugins: Webinar on ERPmine – Time & Expense, Sep 26, 2023, 5 PM India (11:30 AM GMT)
*Title* : ERPmine – Time and Expenses *Date* ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... ime entries * Timesheet Report * Mobile App 2023-09-07 12:44
Open discussion: RE: Custom Field on Users of Format User
Extending Redmine to add custom fields to the ... custom fields for various objects, including issues and projects, customizing the "Users" list ... can save you development time and effort. 2023-09-07 08:31
Help: Setting Due Date in past
I need help about due date input area ( or so ... ve my problem) While creating or updating issues, due date can be set to a past date. For ex ... t user to setting due date past. Thanks. 2023-09-05 11:27
Plugins: scrum calendar not use
Internal error An error occurred on the page ... INFO -- : Started GET "/redmine/projects/qwe/issues/calendar" for 172.16.32.128 at 2023-09-05 1 ... ' lib/redmine/sudo_mode.rb:61:in `sudo_mode' 2023-09-05 10:22
Help: RE: How to update Custom Fields
At least for POST (create issue setting a custom field), something this should work: <pre> { "issue": { "custom_fields": { ... eate/update custom field definitions. 2023-09-02 23:42
Help: RE: ECONNREFUSED From Attempted Web Page Fetch Using C++ Socket Connect
You posted this on redmine.org, which is the home of the Redmine project, i.e. the issue tracker software used by the lighttpd projec ... redmine.lighttpd.net/projects/lighttpd/boards 2023-08-30 17:24
Help: ECONNREFUSED From Attempted Web Page Fetch Using C++ Socket Connect
We're running lighttpd 1.4.63 at the moment. ... ttpd. This eliminates any possible firewall issue from the calling machine, and we certainly h ... e your kind attention. Peace, Pen 2023-08-29 04:46
Help: RE: Rights to change the status in tasks
You can configure the permissions to change an issue from one status to another as well as the ab ... transitions as well as the field permissions. 2023-08-28 20:10
Open discussion: RE: How to raise an error from controller_issues_edit_before_save hook?
Thanks for your reply, but I must admit that ... he hook, whenever a @MyError@ is raised, the issue shall not be saved, but an error message sim ... ove the edit form. Thanks again, Albrecht. 2023-08-22 21:25
Open discussion: RE: How to raise an error from controller_issues_edit_before_save hook?
Reach out to the administration panel for raising the error. 2023-08-22 09:57
Open discussion: How to raise an error from controller_issues_edit_before_save hook?
I wrote a plugin which shall in the @controller_issues_edit_before_save@ hook apply some modifications to the issue depending upon its properties, and perform s ... etc.) in the red box in the UI, blocking the issue changes from being saved. The following s ... mine::Hook::ViewListener def controller_issues_edit_before_save(context = {}) issue = context[:issue] begin # the following funct ... ise MyExtension::Errors::MyError... issue.my_modifications_an_checks rescue MyE ... rly here... Rails.logger.info "# my issue sanity check failed with #{e.message}" ... ay the error in the UI and cancel saving the issue at this point? end end end e ... appreciated! Thanks in advance, Albrecht. 2023-08-21 19:31
Help: show assignee avatar
Hi, there used to be a plugin that would put the avatar of the issue's assigned user next to the title instead of ... t. https://github.com/two-pack/redmine_show_issue_assignee_avatar We did this in RedMine 4.2. ... do this in redmine 5.0.5 ? Best regards 2023-08-21 15:59
Open discussion: RE: Problem to access "Settings" from Administration menu
after installing DMS plugin Same issue here, can anyone help? 2023-08-21 14:40
Open discussion: RE: Redmine > time_entries slow, very slow! (timeout!!)
We resolved with this patch: https://www.redmine.org/issues/33431 The migration was successfully. 2023-08-18 08:57
Open discussion: RE: Demo Request
There is no official Redmine demo anymore. Se ... .g. https://www.redmine.org/projects/redmine/issues And a couple of unofficial demos I could ... plugin but it also works as a Redmine demo. 2023-08-18 06:46
Help: Custom tab in issues
Hi all, I am setting up a Bot which would add notifications (as notes or comments) in Redmine issues using the API. As there can be lots of the ... ications, I would like to filter them out in issues history. What would be the best way to achieve this? # Using a custom tab in issues with a new type of notes: is there a plugin for this? !Issue-custom-tab-Redmine.png! # Something else? Thanks! 2023-08-17 14:24
Help: Docker redmine instance intermittently returns error 500
Hello. I am hosting a docker container of ... times it starts working again. Sometimes the issue doesn’t come up. There’s nothing configured ... for any obvious mistakes, i’m new to redmine. 2023-08-10 05:20
Help: Unable to change Priority on some tasks
Hello everyone. I have a problem with changin ... g tasks and they're all granted correctly at Issue Tracking. From what I understood after sea ... 1.5.1 redmine_checklists 3.1.5 2023-08-09 09:22
Help: RE: How to set "assignee" as a required filed
Oops,When I set five times more,it works! It might redmine issue 2023-08-02 09:40
(551-575/18203)