Search
Results (18264)
- Help: RE: Sending notification e-mails with different "From" addressess for each project
- Marcelo Marotta wrote in message#65730: > A ... s, I wonder if there are any updates on this issue. > Otherwise, it is still a very interestin ... project without doing anything else. Thanks
- Open discussion: RE: Notify per issue non-user email address(es)
- Pall Bjornsson wrote: > Using Redmine 3.2.0 > > I need to be able to send issue notifications to email addresses that do not ... system. > > Basically, I would need a per issue custom field to enter a list of email addres ... to: # create a role for these users (with issue visibility: Issues created or assigned to the user) # create ... the newly created role # add the users to issues as observers
- Calling API to create an issue and uploading attachments with an error message
- Help: RE: (Solved) why can't the status of issue be changed by accounts who are not creator of the issue ?
- Hey guys, my teammate found that there is ... tings, and we should check permission of issue editing not only at list of permission, but ... please take a look of attachment. thanks.
- 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#69200: > Are ... e is 'Reporter' which is not able to changes issue settings. Yes, and my teammate found th ... of the role ! Let me describe that later.
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Are you sure the user has the correct role at ... e is 'Reporter' which is not able to changes issue settings.
- 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
- 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
- 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>
- 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`