Project

General

Profile

Search

Results (33117)

Help: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Hello, I am currently using Redmine versio ... new one. Has anyone else experienced this issue? I would greatly appreciate any suggestions or solutions to resolve this problem. Thank you. 2024-03-28 12:34
Open discussion: Getting error in webpage
We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly. I'm ... alhost. Please help me on this. Thank you. 2024-03-28 12:27
Defect #40490 (New): login page back_url always use http not https
I hava a Redmine 5.1.2.stable executed in con ... stem and get a "Site does not enforce HTTPS" issue. It says my login URL's back_url is http, n ... running in https URL. How can I solve this issue to be https://redmine.XXX.com/login?back_ ... ogin?back_url=http%3A%2F%2Fredmine.XXX.com%2F 2024-03-28 04:56
Feature #40489 (New): `copyTextToClipboard` t ... to see that you have copied to the clipboard
You can copy the URL of an issue by clicking `Copy Link`, but sometimes you t ... () } return false; } </code></pre> 2024-03-28 03:03
Help: RE: How to change item language
This might be an issue with Default Language settings. You can v ... (/my/account) -- David - redminepro.com 2024-03-27 07:07
Open discussion: RE: How to access last note of an issue
Hey RVIG, the notes for Redmine issues are stored in the 'journals' table rather t ... ble. You can retrieve the last note for each issue by filtering for entries where the 'journalized_type' column is 'Issue' and 'notes' column is not null, then ordering by 'created_on' in descending order. 2024-03-27 04:06
Open discussion: How to access last note of an issue
Hello, I am using Redmine in my company. Fo ... tgreSQL database. I have now access to the issue of my project thanks to the table public.issue. I would like to have access to the last note of the issues but I can't find which table I have to use. ... s table please ? Thanks in advance RVIG 2024-03-26 11:44
Open discussion: RE: Feature to Group Custom Fields by Category
There was no update on this from issues and i have limited time to actualy deliver this feature. 2024-03-26 10:01
Feature #40450 (New): Add API-Request for fet ... s which has changed since a certain date/time
We want to synchronize the redmine issues with our internal system. For this purpose ... ature to fetch changed journal entries of an issue. Editing a journal entry doesn't change the updated_on field of the issue. Therefore, we would like to have a GET c ... t only supports updates, but no GET requests. 2024-03-25 15:12
Defect #40449 (New): Add updated_on field in the issue journal
We would like to synchronize the redmine issues with our internal system via API. For this purpose, we fetch the issues with: <pre> curl -H "X-Redmine-API-Key: secret" "https://domain.com/issues/58.json?include=children%2Cattachments%2Cre ... the updated_on field. The file app/views/issues/show.api.rsb needs an extra line at line 61 ... .private_notes journal.private_notes ... 2024-03-25 14:52
Defect #40448 (New): Accessing relations during issue destruction
Hello, My goal is to propagate the deletion of an issue to change a custom field of the linked issue. So, I intercept the destruction of an issue. I am encountering a problem with my script. During the destruction of an issue, I am unable to access the issue’s relations. Is this a known and unsolvab ... oorly? Thank you in advance for your help. 2024-03-25 13:19
Development: RE: Where should I post about functional suggestions?
Holger Just wrote in message#69531: > You ca ... equest functional improvements by opening an issue here. Please see [[Submissions]] for some guidelines. thanks for your help 2024-03-22 05:34
Development: RE: Where should I post about functional suggestions?
You can describe bugs and request functional improvements by opening an issue here. Please see [[Submissions]] for some guidelines. 2024-03-21 16:17
Feature #40425 (New): Custom fields » Tasks » ... » Format » List » Possible values text colour
Any ideas on how to highlight the font colors after submit a issue, I selected a point? use in list format. ... olor:orange}Testuser% %{color:blue}Testuser% 2024-03-19 12:43
Open discussion: RE: Redmine Email Notification Issue - Help Needed for Modern Authentication
Yes, I'm open to using Microsoft Graph API as ... ovide guidance on this configuration process? 2024-03-19 08:18
Help: Permissions to edit particular fields in issues
Hi! I would like to restrict editing a 'due date' to anyone except an author of an issue. The task is obviously becoming more general about a way to control permissions on any field of an issue. A standard roles machinery allows to contro ... o be able to find anything of that sort. 2024-03-19 07:42
Open discussion: Redmine Hosting - Fully Managed redminePRO by HAZERCLOUD™
We, *redminePRO by HAZERCLOUD™* are providing ... otch Professional Support team to handle any issues. 2024-03-19 05:51
Open discussion: RE: Redmine Email Notification Issue - Help Needed for Modern Authentication
Office365 doesn't allow reliable SMTP access ... ative SMTP service. David - redminepro.com 2024-03-19 05:40
Feature #40422 (New): Print name and email to request that was create through email
We have introduced an enhancement to our emai ... email sender's identity. To address this issue, we've added a novel parameter "insert_name_ ... t on the master branch in our git repository. 2024-03-18 13:28
Open discussion: RE: Is it possible to update notes via API?
Holger Just wrote in message#69520: > Redmin ... se the journal's ID in the URL there, not an issue ID. > > It appears that this API is not yet documented in the Wiki though. Yes 2024-03-18 07:56
Open discussion: RE: Is it possible to update notes via API?
Redmine 5.0 added an API to update the notes ... se the journal's ID in the URL there, not an issue ID. It appears that this API is not yet documented in the Wiki though. 2024-03-16 12:55
Plugins: redmine_workflow_hidden_fields is Compatible with Redmine 5.1??
Is the redmine_workflow_hidden_fields Compati ... n redmine5.1 version and then unable to take issues page. 500 Internal Server Error occured. 2024-03-16 07:01
Defect #40413 (New): The issue list fiter "Watched by" only dereferences "watched by group" for "me" value
When using the @<< me >>@ value for the "Watched by" filter on the issue list, group memberships will be dereferenced and issues the user watches via groups will be show in the results (if the user has @view_issue_watchers@ permission, see #40412). Group ... an when the user selects herself In the list. 2024-03-15 22:20
Defect #40412 (New): Issue list filter "Watched by: me" only shows issues watched via group for projects with the view_issue_watchers permission
When using the "Watched by: me" filter on the issue list, the filtered list will show all issues the current user is directly watching. The filtered list will also show issues watched via a group membership, but only for issues in a project the user has the @view_issue_watchers@ permission. 2024-03-15 22:16
Feature #40411 (New): The watch button/link should show if the issue is watched by group
When a user watches an issue because of a group membership and the user does not have the `view_issue_watchers` permission, the user cannot see that she is watching the issue. Currently the button link shows: - "Watch" when the user is not watching the issue or watching via a group - "Unwatch" when the user is watching the issue It would be possible to show a third stat ... - "Watch" when the user is not watching the issue - "Watched by group" when the user is not watching the issue but is watching the issue via a group - "Unwatch" when the user is watching the issue The button/link would toggle between firs ... state when the user is not also watching the issue via a group, and between second and third state when the user is also watching via a group. 2024-03-15 22:12
(1-25/33117)