Search
Results (31866)
- Help: RE: Rights to change the status in tasks
- You can configure the permissions to change an issue from one status to another as well as the ab ... transitions as well as the field permissions.
- Defect #38987 (Closed): Issue cant assign Group
- Create a new project and add the group as a member When creating an issue, groups cannot be assigned, only members can ... show !clipboard-202308241545-qj2yt.png!
- Defect #38982 (Closed): Can not preview video
- Hi, This is my redmine environment informati ... answer !clipboard-202308241125-d08ea.png!
- Defect #38981 (Closed): thin_redmine service can not start
- I deployed Redmine using Bitnami and after ru ... cessful. Can someone provide some suggestions
- Open discussion: RE: How to raise an error from controller_issues_edit_before_save hook?
- Thanks for your reply, but I must admit that ... he hook, whenever a @MyError@ is raised, the issue shall not be saved, but an error message sim ... ove the edit form. Thanks again, Albrecht.
- Open discussion: RE: How to raise an error from controller_issues_edit_before_save hook?
- Reach out to the administration panel for raising the error.
- I wrote a plugin which shall in the @controller_issues_edit_before_save@ hook apply some modifications to the issue depending upon its properties, and perform s ... etc.) in the red box in the UI, blocking the issue changes from being saved. The following s ... mine::Hook::ViewListener def controller_issues_edit_before_save(context = {}) issue = context[:issue] begin # the following funct ... ise MyExtension::Errors::MyError... issue.my_modifications_an_checks rescue MyE ... rly here... Rails.logger.info "# my issue sanity check failed with #{e.message}" ... ay the error in the UI and cancel saving the issue at this point? end end end e ... appreciated! Thanks in advance, Albrecht.
- Hi, there used to be a plugin that would put the avatar of the issue's assigned user next to the title instead of ... t. https://github.com/two-pack/redmine_show_issue_assignee_avatar We did this in RedMine 4.2. ... do this in redmine 5.0.5 ? Best regards
- Defect #38968 (Closed): Images not showing up when space(s) in filename
- Hi, i'm currently testing Redmine 5.0.5 wh ... so that the spaces in the filename arent an issue anymore? Attached is a screenshot showing how it looks in 4.2.3 (left) and 5.0.5 (right)
- Open discussion: RE: Problem to access "Settings" from Administration menu
- after installing DMS plugin Same issue here, can anyone help?
- Defect #38966 (Closed): Attachment custom fields not removed when issue is deleted
- Hi Attachments of an issue that are related to custom fields of type attachment, get not deleted after issue deletion.
- Open discussion: RE: Redmine > time_entries slow, very slow! (timeout!!)
- We resolved with this patch: https://www.redmine.org/issues/33431 The migration was successfully.
- Open discussion: RE: Demo Request
- There is no official Redmine demo anymore. Se ... .g. https://www.redmine.org/projects/redmine/issues And a couple of unofficial demos I could ... plugin but it also works as a Redmine demo.
- Hi all, I am setting up a Bot which would add notifications (as notes or comments) in Redmine issues using the API. As there can be lots of the ... ications, I would like to filter them out in issues history. What would be the best way to achieve this? # Using a custom tab in issues with a new type of notes: is there a plugin for this? !Issue-custom-tab-Redmine.png! # Something else? Thanks!
- Defect #38953 (Closed): redmine only can upload one image from clipboard
- It has the same name however it was not the s ... ion can resolve it? Or any plugin can do it?
- Feature #38951 (New): Enable journaling on projects
- It's so usefull to have history of project fi ... t's desirable about project settings changes.
- Redmine Description Macros
- h1. Redmine Description Macros Redmine Des ... to handle iterations and circular recursion issues seamlessly, ensuring the integrity and func ... rt the description of the parent * parent_issue Displays an issue link including additional information for the issue's parent. Examples: @{{parent_issue}}@ -- Issue #123: Enhance macro capabilities @{{parent_issue(project=true)}}@ -- Andromeda - Issue #123: Enhance macro capabilities @{{parent_issue(tracker=false)}}@ -- #123: Enhance macro capabilities @{{parent_issue(subject=false, project=true)}}@ -- Andromeda - Issue #123 * sibling_description Insert ... nd sibling of the given tracker * sibling_issue...
- Feature #38943 (Closed): Add "Assign to creator" option in the dropdown to issue edit form.
- Since we have "<<me>>" option in issue edit form for user to assign to himself quic ... I think it will be very convenient to return issue back to the creator of each issue.
- Defect #38942 (Closed): Issue in redmine agile plugin
- I have installed redmine 5.0 and want to conf ... lib/redmine/sudo_mode.rb:61:in `sudo_mode'
- Hello. I am hosting a docker container of ... times it starts working again. Sometimes the issue doesn’t come up. There’s nothing configured ... for any obvious mistakes, i’m new to redmine.
- Hello everyone. I have a problem with changin ... g tasks and they're all granted correctly at Issue Tracking. From what I understood after sea ... 1.5.1 redmine_checklists 3.1.5
- Defect #38930 (Closed): new login users facing issues
- when new users login redmine, they are not able to see each and every icon.
- Defect #38921 (Closed): Wiki Mnaush page contains strange information not related to Redmine
- https://www.redmine.org/projects/redmine/wiki ... re creating this page. It looks as SPAM.
- Defect #38915 (Closed): Duplicate spacer id in jsToolBar
- Currently, each spacer in the jsToolBar is as ... le wiki editing areas on a page, this causes issues due to the duplicated IDs. Therefore, to a ... +'px'; return span; </code></pre>
- Redmine Paste As Wiki Tables plugin
- This plugin enhances the functionalities of R ... thin your Wiki tables. * *Image Addition to Issue Notes:* In addition to the existing feature of adding images to new issue notes, this plugin enables you to include images even while editing existing issue notes. Importantly, this operation triggers ... newly added attachments are saved correctly.