Search
Results (31866)
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Mayama Takeshi wrote in message#69192: > Hi, ... ork. Is there any other opinion to test ?
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Mayama Takeshi wrote in message#69192: > Hi, ... find the keys to make it. Ahhhhhhhhhhh~~~~~~
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Hi, the user must have the proper permissions ... mine.org/projects/redmine/wiki/RedmineRoles
- [Modified at 2023/12/7 10:07] AAA has "PM" ... I use account AAA to create a project and a issue below it. Then add another account BBB in ... t BBB cannot change the almost properties of issue, but working time and add new note. Is it ... a hand if you have some idea. Thanks a lot.
- Hi, Ideally, I would like to have a CSV fi ... project I can manually download a csv of the issues, but I would manually need to do this for a ... nally, I would need to manually inspect each issue and put them into their respective roadmap ( ... tions how I can possibly automate this task?
- Open discussion: RE: 2FA issues with one user
- Holger Just wrote in message#69177: > Let me ... all existing users 2FA setup be invalidated?
- Help: RE: Issue Reminder for Assigne
- There is a built-in rake task you can use to ... n. See [[RedmineReminderEmails]] for details.
- Open discussion: RE: 2FA issues with one user
- Let me re-iterate my question: Holger Just ... with registering their 2FA app from scratch.
- Open discussion: RE: 2FA issues with one user
- Holger Just wrote in message#69174: > (And y ... sion is 5.0.7) Cheers, I'll get onto that.
- Open discussion: RE: 2FA issues with one user
- Thanks for the prompt reply Holger. The us ... least 30 other users have setup 2FA without issue. They've deleted the DUO application (the R ... it's the same result for just that one user.
- Open discussion: RE: 2FA issues with one user
- (And you should definitely update your Redmin ... ne 5.0.1. The current 5.0.x version is 5.0.7)
- Open discussion: RE: 2FA issues with one user
- There are many things that might go wrong here. The most common issues are: * The user's device (which generate ... match, the error your user sees is returned.
- Hi - I've turned on 2FA for all users (V.5.0. ... SQL admin by any means. Thanks in advance.
- Hi everyone, im searching for a issue reminder plugin in redmine wich is compatibl ... Restream/redmine_reminder Regards Marcel
- Defect #39780 (Closed): User select element o ... views cutoff when displaying long user names
- When the user zooms the viewport to >150%, th ... 02) is cutoff: !2023-12-05_09-42-00.png!
- Defect #39779 (New): html_title and author line helper issues with usernames in Arabic script
- I haven't looked into it, but I noticed this ... t message#69159. * html_title (rendering) issues on /users/[id] (might be a browser issue instead): !2023-12-05_08-42-50.png! | ... - Redmine</title>@ | * author line helper issues on topics/messages in (at least) the forums ... h mouse-hover: !2023-12-05_08-34-30.png!
- Feature #39774 (New): Add logging for issue deletion
- The attached patch introduces a new feature in the Issue model to log every issue deletion, enhancing audit trails. My clie ... s ask me to identify when and who deleted an issue, especially when deletions are accidental. For a single issue, you can pinpoint the responsible user by fi ... the production.log that begins with "DELETE /issues/". From the following log, for instance, shows that "admin" deleted issue @#1@ at 2023-12-04 21:30:11. <pre> Started DELETE "/issues/1" for 127.0.0.1 at 2023-12-04 21:30:11 +0900 Processing by IssuesController#destroy as HTML Parameters: {" ... to http://localhost:3000/projects/ecookbook/issues Completed 302 Found in 31ms (ActiveRecord: ... ying deletions is not possible when multiple issues are involved. For example, if ...
- Hello I am looking for a plugin allowing to create a traceability matrix with several issues from different trackers: requirements, stor ... ee or paid solutions. Thank you in advance
- I add handmaid plugin 'my-plugin'. init.rb ... caption: :menu_caption, after: :issues, param: :project_id, if: Proc.new ... se adapter PostgreSQL </pre>
- Help: RE: Internal error 500 - while opening projects and issues
- Hi all, problem is solved. We used "Redmine ... adaptations.(migration) Kind regard Kevin
- Defect #39768 (Closed): Call to the `controller_issues_new_after_save` hook are not protected again plugin exceptions
- The call to the `controller_issues_new_after_save` hook in the file `app/controllers/issues_controller.rb` (around line 153), does *not ... run (including a page redirect) whenever new issues are created using plugins which do not them ... n this case the offending plugin is `redmine_issue_checklist` which has been patched in - [fix controller_issues_new_after_save hook stale record exception · stephengaito/redmine_issue_checklist@565e8df](https://github.com/stephengaito/redmine_issue_checklist/commit/565e8dfb432309a8534a03c8cbe ... ex 0.0.1 redmine_issue_checklist 2.1.0 redmine_mermaid_ma ... ne_recurring_tasks 0.3.4 </pre> ----
- Help: RE: New install - redmine 5.1.1 on Ubuntu 22.04
- My mysql DB should be configured correctly: ... on_isolation` for MySQL to avoid concurrency issues is # `READ-COMMITTED`. # In case ... saction_isolation: "READ-COMMITTED" </pre>
- Feature #39763 (Closed): Option to disable Issue Navigation or URL Parameters
- We request the ability to either disable the issue navigation feature or to remove the URL para ... the navigation icons themselves are not the issue, the resulting lengthy URLs are a significan ... treamlined URL, such as @https://redmine.com/issues/1234@ is much preferred over the extended format that includes issue_count, issue_position, next_issue_id, and prev_issue_id parameters (@https://redmine.com/issues/1234?issue_count=12345&issue_position=1234&next_issue_id=1233&prev_issue_id=1235@). A user-centric setting for thi ... er effective method would also be acceptable.
- Help: RE: How to update issue status/priority using Rest API?
- Hello, if anyone is still interested in updat ... ch contains: <pre><code class="ruby"> { "issue" => { "priority_id" => newPriority, ... model is contained in the file: `app/models/issue.rb`
- Feature #39761 (Closed): Ruby 3.3 support
- Ruby 3.3.0 is going to be released on December 25th, 2023.