Project

General

Profile

Search

Results (33193)

Defect #40551 (Closed): 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
Help: RE: custom fields in news?
News currently do not allow any custom fields ... -case for custom fields, you could add a new issue and describe your details use-case, includin ... nd how you would like to use the stored data. 2024-04-02 19:05
Help: RE: How to change item language
That's not it... When you (or the first ad ... h in this case. This has created things like issue statuses, priority names, time entry activit ... er edit them and change their names. For the issue priorities, this can be edited in *Administration* -> *Enumerations*. 2024-04-02 19:02
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
(51-75/33193)