Search
Results (18202)
- Help: RE: Redmine 5: deny non-owners to close or delete tickets
- You can configure which roles can change issues to select status. Administrators can config ... s*. Here, you can deny some roles to set the issues to a closed status. The ability to delete issues is also defined by roles, this time in *Adm ... . Here, you can can define a generic "Delete issues" permission (or rather: remove this permiss ... on for almost all users. Instead of deleting issues, it is generally a better idea to just clos ... ons and thus wil always be allowed to delete issues.
- Help: RE: Role Authorizations
- You can restrict roles so that project members with this role only see issues they created or which are assigned to them. ... ake sure that the role has enabled the "View issues" permission. Note that of a user has mul ... le in a project which allows them to see all issues and another one which only allows them to see their own issues, they will still be able to see all issues in the project.
- Help: RE: Issue with wikipage names
- I've found the solution in the database table "wiki_redirects"!
- When restructuring our wiki, I've run into a ... s restructuring the wiki impossible this way.
- Open discussion: RE: Install Redmine 6.0 on Ubuntu 24.04 LTS
- Thank you for your response. I'm glad the issue has been resolved. In my article, > ※ ... it.' Thank you for your valuable feedback.
- I'm developing a new plugin that needs to query issues based on custom field values (regardless of ... ent = User.active.admin.first ic = query.issue_count rescue ensure User.current = old_current end </code></pre>
- Open discussion: RE: Supress notifications using redmine api
- While the notify: false parameter should suppress notifications in Redmine API bulk issue creation, it might not be entirely reliable. ... r disabling email notifications for specific issue types or users. Remember to test your approa ... e API documentation for accurate information.
- Open discussion: RE: Install Redmine 6.0 on Ubuntu 24.04 LTS
- Thank you for looking into it. Yep, that was the issue. I tend to cp the example file and edit that ... sed another part because I ran into the same issue. So I deleted that file, created a blank one ... gave in your article, which worked. Another issue I ran into was that passenger-6.0.23 is now ... procedure to replicate saves me so much time.
- Hi all, When upgrading from version 3.2.6 ... bility ajax_counters a_common_libs unread_issues redmine_issue_tabs due_date_reminder clipboard_image_pas ... much appreciated. Kind regards, Dirk
- Hello everyone. I created a simple plugin that generates issue summaries using gpt models over their api's. ... ack. Looking forward to hearing from you.
- Development: RE: What does sidekiq need access to?
- Reducing the number of dependencies is not really an issue here. Thx for the information on the need ... nections though, thats all the info I need :)
- Hi there, I'm currently trying to get the ... er images more production ready. The main issue currently for me is that Redmine seems to ex ... ee https://github.com/docker-library/redmine/issues/316#issuecomment-2113587316 The basic idea is to ad ... Thanks for any hints and help in advance
- Plugins: RE: Recommended plugins for importing CSV data
- Holger Just wrote in message#70416: > [...] ... in: there is also a howto for [[HowTo_import_issues|importing issues from CSV files into Redmine]] using Redmine core functionality.
- hi, i'm trying to do a bulk create of issues using the redmine api, but i'm having a pro ... ing the notifications i tried doing this issue = { "issue": ..., "notify": false } and send that to this url post -> {redmine_url}/issue.json but the email is being sent to the ... is not working my redmine version is 5.1.0
- Plugins: RE: Recommended plugins for importing CSV data
- Redmine already includes functionality to import various kinds of data (including issues and time entries) from CSV files out of the ... mport link within the desired project module.
- Hello dear community, I’m having troub ... complete the installation. MySQL is causing issues, the database versions seem incompatible, g ... eatly appreciated! Thank you in advance!
- Given Redmine 6.0.1, what are the plugins you ... com/leovitch/redmine_importer) * CSV Import Issue(https://github.com/stpl/csv_import_issues) I wonder they were developed more then ... edmine. What else plugins are there? Thanks.
- cd cd /opt/redmine/app/helpers nano timerlo ... b !clipboard-202411301509-kdyjf.png!
- Help: RE: Cannot send e-mails from Redmine running in docker
- Alright, so it turns out I actually forgot to ... s like it's working, so if anyone faces this issue and doesn't find useful tips (happens on thi ... OK log messages and the TCP socket error...
- Plugins: RE: Error in Locale Float Format plugin
- > 1) "plugins/redmine_kanban/lib/redmine_kanb ... defined method `number_with_delimiter' for #<IssuesController:0x000000000a3138>" The plugin ... ocalized float values by default. See #22024.
- Plugins: RE: Error in Locale Float Format plugin
- Another log: <pre> I, [2024-11-26T08:22:1 ... 731496] Started GET "/projects/cont_orca2025/issues.csv?utf8=%E2%9C%93&set_filter=1&f%5B%5D=sta ... d-e046-4166-98fb-cca008731496] Processing by IssuesController#index as CSV I, [2024-11-26T08:2 ... defined method `number_with_delimiter' for #<IssuesController:0x00000000045088> nu ... e046-4166-98fb-cca008731496] app/controllers/issues_controller.rb:76:in `block (2 levels) in in ... e046-4166-98fb-cca008731496] app/controllers/issues_controller.rb:51:in `index' </pre>
- Hi all, I'm new to redmine so count me as ... y way to extract data from a uploaded pdf to issues or pre defined custom fields?
- Hi everyone! I'm facing some e-mailing issue with our redmine server. First of all, ve ... cial image: https://hub.docker.com/_/redmine
- Open discussion: RE: Email notification issue
- To fix the "Username and Password not accepte ... ed in your Google account settings if needed
- There is my workflow: when total spent of Sto ... that i can't limit ability to track devs to issue by tracker: for example, they can track only in Story, but can in Task. or vice versa