Project

General

Profile

Search

Results (31865)

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
Feature #40449 (Closed): Add updated_on and updated_by fields to Issues API journal response
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 (Needs feedback): 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 (Closed): 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
Defect #40410 (Closed): Watcher groups on new issue form get dereferenced on validation error
When creating a new issue, selecting a group as a watcher and causing ... class="diff"> diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index cce8ddc625..fb401c701d 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -4778,6 +4778,25 @@ class IssuesControllerTest < Redmine::ControllerTest ... input[name=?][value="8"][checked=checked]', 'issue[watcher_user_ids][]' end + def test ... => { + :project_id => 5, + :issue => { + :tracker_id => 1, + ... input[name=?][value="8"][checked=checked]', 'issue[watcher_user_ids][]', 0 + assert_select 'input[name=?][value="11"][checked=checked]', 'issue... 2024-03-15 22:04
Defect #40409 (Closed): rake aborted! during Redmine update
* During Redmine update: 5.1.1 --> 5.1.2 * G ... redmineup_tags 2.0.13 </pre> 2024-03-15 16:52
Open discussion: Is it possible to update notes via API?
I see that on the interface one can edit exis ... private or changing the content), but on the issue api there's no mention other than adding new ... //www.redmine.org/projects/redmine/wiki/rest_issues]] 2024-03-15 09:12
Defect #40403 (New): Subtasks of all levels are shown in the parent issue
This thing is better shown by an example. Given we have three issues: issue 1 which is a parent issue; issue 2, subtask of issue 1; and issue 3, subtask of issue 2. In this situation, when I go to issue 1, I expect to see only issue 2 as its subtask, but I see two subtasks, issues 2 and 3. If I go to issue 2, everything is correct: I see issue 1 as parent and issue 3 as subtask. It would be nice to separate direct subtasks from subtasks of other levels. 2024-03-14 21:51
Help: RE: Wanted to store wiki pages in the object storage
Actually I am creating lots of documents in all the Project's wiki that's why i having an issue of running out of space that's why i wanted ... at how you can I rewrite of the wiki code. 2024-03-14 16:36
Help: RE: Wanted to store wiki pages in the object storage
Wiki pages can only be stores in the database, similar to issues, forum posts and all other editable data. I ... t of data which is commonly stored in a wiki. 2024-03-14 16:04
(1201-1225/31865)