Project

General

Profile

Search

Results (33173)

Defect #40516 (Closed): send mail rate limit management in redmine
Dear masters Currently, I'm using redmine 5. ... ue to send later ? Thanks for your support 2024-04-02 11:02
Defect #40515 (Resolved): Displaying issue descriptions in the issues list ignores CommonMark table alignment
When configuring the "Text formatting" setting to "CommonMark Markdown", the rendered tables within issue descriptions default to a centered alignment ... the markup (left, center, or right). This issue does not occur when the "Text formatting" se ... carpet-based Markdown. *The markup of the issue description:* <pre> | name | value | |:-- ... bb | 22 | | ccc | 333 | </pre> *Issues list with description (Markdown):* !{width: 470px; border: 1px solid grey;}.issues-list-markdown.png! *Issues list with description (CommonMark):* !{width: 470px; border: 1px solid grey;}issues-list-commonmark.png! 2024-04-02 10:57
Help: RE: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Hello, There might be an additional email ... option. -- David https://redminepro.com/ 2024-03-30 08:32
Open discussion: RE: Getting error in webpage
Hello, Do you have any screenshot of the issue you are facing ? -- David https://redminepro.com/ 2024-03-30 08:30
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
Patch #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
(51-75/33173)