Project

General

Profile

Search

Results (33175)

Help: RE: thousands separator
It looks like it will be fixed in version 6: https://www.redmine.org/issues/22024#note-18 2024-04-18 01:28
Defect #40580 (Closed): Redmine Checklists Plugin NoMethod Error
- Hi to all, I want to upgrade our Redmine ... company, has anyone else encountered this? 2024-04-17 20:28
Defect #40570 (Closed): Date Format is taken from OS settings ignoring redmine admin configuration
Please, take a look at the problem: Date format differs when issue is in preview mode and in edit mode: attach ... 2024-04-17_14-53-32.png" While creating new issue: attachment:"photo_2024-04-17_14-57-12.jpg" ... : attachment:"photo_2024-04-17_14-57-38.jpg" 2024-04-17 14:01
Feature #40569 (Resolved): Add an option to send email notification when an attachment is added
Currently in the settings under "Select actio ... email notifications should be sent", if the "Issue updated" option is checked, an email notification is sent when an attachment is added to a issue. However, if the "Issue updated" option is unchecked, and only sub-o ... tailored to their preferences, even if the "Issue updated" option is not selected. !{width: ... ccc}screenshot%202024-04-17%2015.46.53.png! 2024-04-17 09:18
Open discussion: RE: Feature to Group Custom Fields by Category
There hasn't been any progress on this issue, and I'm running short on time to actually i ... erve as a foundation for further discussions. 2024-04-17 08:40
Help: RE: Visibility of projects in issues
I think I saw this issue once in one of the issues. But I went through the subtasks on my cu ... project to any other. Full list was available 2024-04-15 22:26
Patch #40559 (Closed): Fix incorrect icon image paths for Wiki help pages
This patch fixes the following issues: * Some icon images on Textile and Markd ... icker is incorrect and not loading. These issues seem to be related to #39111. They were rep ... er(datepickerOptions)@ in the Chrome console. 2024-04-15 06:22
Defect #40555 (Closed): Watcher group checkbox on new issue form on validation error will be checked only submitted
On new issue form, checking a group as a watcher and caus ... e checked or not based on the user submitted. 2024-04-12 16:41
Defect #40551 (New): Unit tests fail with Mocha 2.2.0
After updating all gems, one of the unit test ... s="shell"> bundle exec rails test test/unit/issue_test.rb:704 Run options: --seed 43846 # Running: F Failure: IssueTest#test_assigning_attributes_should_assign_project_and_tracker_first [app/models/issue.rb:478]: unexpected invocation: subject=(Test) bin/rails test test/unit/issue_test.rb:704 Finished in 5.971339s, 0. ... ected invocation: subject=(Test) app/models/issue.rb:478:in `assign_attributes' app/models/issue.rb:482:in `attributes=' test/unit/issue_test.rb:714:in `block in test_assigning_attr ... assign_project_and_tracker_first' test/unit/issue_test.rb:713:in `test_assigning_attributes_should_assign_project_and_tracker_first' </code></pre> 2024-04-11 10:59
Help: RE: user_id in api issues
You have plenty of paging examples in the API ... //www.redmine.org/projects/redmine/wiki/Rest_Issues <pre> GET /issues.xml GET /issues.xml?issue_id=1 GET /issues.xml?issue_id=1,2 GET /issues.xml?project_id=2 GET /issues.xml?project_id=2&tracker_id=1 GET /issues.xml?assigned_to_id=6 GET /issues.xml?assigned_to_id=me GET /issues.xml?status_id=closed GET /issues.xml?status_id=* GET /issues.xml?cf_1=abcdef GET /issues.xml?sort=category:desc,updated_on Paging example: GET /issues.xml?offset=0&limit=100 GET /issues.xml?offset=100&limit=100 To fetch ... 2024-04-10 17:21
Help: RE: user_id in api issues
In that case, the query key is @updated_by@. This will return issues where you (or the selected user) has perfor ... there are any journals authored by the user. 2024-04-10 15:08
Help: RE: user_id in api issues
but I wanted it to return the Issues that I updated at some point and not the ones I created. 2024-04-10 14:10
Help: RE: user_id in api issues
The query parameter to filter by author is @a ... our URL should thus be: https://myredmine/issues.json?key=mykey&from=2023-02-01&to=2023-12-31&author_id=me 2024-04-08 20:37
Patch #40538 (Reopened): Hi, can you help me with a Version Extended?
I would need to show in the roadmap, in addition to the version issues, also any linked children found in other ve ... attach the file with the class. Thank you. 2024-04-08 16:22
Help: user_id in api issues
When I try to check the issues that have had an update from my user, it returns the issues for all users. https://myredmine/issues.json?key=mykey&from=2023-02-01&to=2023-12-3 ... ggestions on how to get it from just my user? 2024-04-08 15:45
Help: Visibility of projects in issues
Hello everyone. I have a question about the visibility of projects in issues. Why, when I have the same role in one subproject, when I edit an issue, do I see only some of the subprojects, and ... pecific options for choosing to transfer the issue to other subprojects, and I've probably chec ... bug with the current version? Please help. 2024-04-08 14:30
Help: RE: How to display the project of the related issue in issue list?
Thanks for your reply! What I want to do is to show the project info of a related issue, as the screenshot below, issue 96399 related to 96397, they might be in the ... maybe not, I want to know which project that issue 96397 belong. !clipboard-202404071017-lk582.png! 2024-04-07 04:20
Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
Hi Pierre, I tried the CKEditor from here: ... . Not anything I can suggest to use. Chris 2024-04-05 13:37
Help: RE: Issue with Redmine 5.1.1 or redmine-x CK Editor?
Hello I also tried to use CKEditor on a Re ... Best regards -- Pierre DEDIEU (Rouen) 2024-04-05 12:56
Help: RE: How to display the project of the related issue in issue list?
From Project (on the top), then select Issues. I.e. listing all issues from all projects —--> nameoftheclientsdomain.com/issues and then add the projects column to the issues’ list. An example screenshot reference ... e checked below: !Screenshot_71.png! 2024-04-05 12:46
Open discussion: RE: How to control how many email send per minute in redmine 5.1.1
Hi Mr. Joan J Thanks for your support. I ... add watchers or assign to group to check the issue. And when they update multiple issues, the limit 30 per minutes is not enough. 2024-04-05 11:41
Defect #40528 (Confirmed): Hangs when requesting after code changes in development mode
When running the rails server in development ... tate are as follows: <pre> Started GET "/issues" for ::1 at 2024-04-05 10:59:49 +0900 </pr ... ugins: no plugin installed </pre> The issue was confirmed on the following operating sys ... Ubuntu 23.10 h2. Investigation * This issue also reproduces with Ruby 3.3.0. * The issue might have started occurring after the updat ... ar with the previous revision r22487. * The issue does not reproduce when starting Puma with a ... rring to the contents of the "Puma project's issue":https://github.com/puma/puma/issues/1757, I conducted an investigation using th ... "this comment":https://github.com/puma/puma/issues/1757#issuecomment-493271950. 2024-04-05 09:35
Defect #40527 (Closed): Remove the Hyperlink issues number and add it to the descriptions and notes.
Remove the Hyperlink issues number and add it to the descriptions and notes. For your reference : #40425 2024-04-05 07:02
Help: Calculate SLA work time
Hello, despite having the SLA plugin, I need ... me to be used is the created_on field of the issues table, i.e., the creation date of the ticke ... d.journal_id=j.id inner join `redmine-test`.issues i on i.id=j.journalized_id where journali ... ormazioni 6 Completato */ !Cattura.JPG! 2024-04-04 17:02
Help: RE: Issue with Email Address Not Updating for Notifications in Redmine 5.1.1.stable.22558
Thank you for your response. I have confi ... However, I noticed that notifications for Issues and other alerts are still being sent to the previously registered address. 2024-04-03 01:43
(26-50/33175)