Search
Results (18215)
- Help: RE: Are the installation instructions outdated?
- For what it's worth, I've been using Redmine ... aDB version 10.4 for over a year now with no issues whatsoever. I can't speak to PostgreSQL.
- Hi, I'm trying to make "somehow" automatic reporting of opened issues. How I thing about it: 1) Filter 2) List of issues group by assignee 3) Scheduled task, which every Monday morning at 7 O'Clock generate list of issues (use defined filtr in poing 1)) 4) Check e ... from assignee 5) Create PDF file with only issues where email addresses match (for example: I've 1000 issues, but I'm assigned to 10, so the PDF file wi ... redmine_wysiwyg_editor 0.21.0 </pre>
- Hello, I installed Redmine on Windows Server 2019, I have an issue with server reply waiting time. When I do no ... ly, but I need a solution. Thanks in advance.
- Hello all, I've recently updated Redmine t ... rtificate verify failed (unable to get local issuer certificate)) When I try this in CLI on ... to get the certificate? Regards, Paul
- Help: RE: Redmine 404 error on Ubuntu 20.04
- Thanks, I did not think it can be the issue. Fixed to 8081 in IIS and Redmine config, moved to root, working correctly.
- Help: RE: Updating all issues that have a certain value for a custom field
- So far I was able to do the following (which ... e> Project.find_by(identifier: 'project-a').issues.joins(:custom_values).where("custom_field_i ... lue='A'").update_all(status_id: 13) </pre>
- I have the following code that allows me to bulk-update all issues that are in a certain status (1) to another ... e> Project.find_by(identifier: 'project-a').issues.where(status_id: 1).update_all(status_id: 1 ... ould like to do the same thing, but only for issues that have a certain value 'A' for a custom ... e> Project.find_by(identifier: 'project-a').issues.where(status_id: 1).select{|issue| issue.custom_field_value(70) == 'A'}.update_all(st ... ou know a way how I could further filter the issues according to a certain value of their custo ... Ideally, the approach would not load all the issues into memory and then interate over them.
- Hi all, For months my installation was doi ... wrong. > > We've been notified about this issue and we'll take a look at it shortly. My A ... at is going wrong. Kind regards, Joanne
- Help: RE: prevent a user from seeing other issue created by another user
- FWIW: Redmine core doesn't provide support for an issue visibility setting that affects watchers. See #8488, #14318 and #23546. These issues also provide a range of community patches that adds support for this though.
- I need to change the email notification inf ... ssage I get a route http://localhost:3000/issues/163#change-365 where do i edit that?
- Help: RE: prevent a user from seeing other issue created by another user
- Hello,thank you for your response. I created X role and set Issue visibility - Issue created by or assigned to the user. When i created New issue and add watchers to this issue ,members X role cannot see this issue. For example X role , members- user1,user2 when user1 creates new issue and add user2 as a watchers ,user2 cannot see this issue. How i can configure the permission of the X role so that the user2 can see the issue of the user1?
- Help: RE: prevent a user from seeing other issue created by another user
- Hello, yes should be possible. You have to use roles for issuer and assignee with Issue Visibility attribute set to _Issues Created by or assigned to the user_. None in the project should have a role with all issues visibility... Thanks Lorenzo
- Hello, I need help for deploying Redmine on ... d file storage to work correctly. The second issue can be done using file share with Offline mo ... e I am missing something? Thanks in advance!
- Open discussion: RE: "Watcher" report
- Since version 4.0.0 there is the option to filter issues by a specific watcher (#8160). In 4.2.0 th ... as extended to work at global scope (#34700).
- Help: RE: Automatically delete closed issues older than 365 days
- One modification to the above suggestion... ... roy to make sure that all callbacks for your issues are applied (things like clearing up issue relations, links and removing attachments fr ... le > p = Project.find("$project_name") > p.issues.where("closed_on < '#{365.days.ago}'").each ... rform this actions across all projects... > Issue.where("closed_on < '#{365.days.ago}'").each( ... at is performed via the Redmine web interface
- Hello community! Does anyone know how to create a report/query for issues watched by someone else?
- Help: RE: Redmine 404 error on Ubuntu 20.04
- Nevermind, I am an idiot. Running: bundle exec rails server webrick -e production solved my issue.
- Hello folks, this is the issue I'm having right now: *Summary*: Whenever ... unctions upload an attachment to an existing issue, so that's why I make use of the PUT method, ... r each image file there was attached to this issue. *Steps to reproduce:* My requests lo ... body = { "issue": { "uploads": [ ... response = requests.put( url_objetivo + '/issues/{}.json'.format( issue_id_finder( issue)), json=body, headers={"Content-Type":"appli ... depending the case. Any advice?
- Help: RE: I receive email notifications of my own changes despite explicit settings to avoid this
- I finally got time to figure this out. It was a silly thing. The issue was that actually I got emails from two diff ... it. Redmine is innocent, just my bad memory!
- Help: RE: Need Help with Rest Api
- Mischa The Evil wrote: > _*Moderator edit* o ... reply. > >> > >> I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". > >> > >> Please can you let me know ... i to be used to get information for specific issue id. > >> > >> Thanks, > >> Sukrit > > ... w thread... > > > I am trying to retrieve issue for id 33 and 19 using rest api http://ramsytesting.m.redmine.org/issues.xml?issue_id=33,19, but getting all the information for all the ids as attached the output in "issue_id". > > The @issue_id@ filter is implemented in Redmine 3.3.0 (...
- Help: RE: Redmine 4 All users within project Privileges
- Yeah i checked roles, which are the same as t ... ecause DB was copied. Visibility optios is "Issues created by or assigned to the user" which i ... t X OR from all projects on redmine 4 ? BR
- Help: RE: Redmine 4 All users within project Privileges
- Hello, the problem is with _Issues Visibility_ options you choose for the role in the attached image. You have "Issues created by or assigned to the user" so only author or assignee can see that issue. You have to review your roles. Thanks Lorenzo
- Help: RE: Redmine 4 All users within project Privileges
- I checked our older Redmine 3, where this fea ... eSupport::HashWithIndifferentAccess view_issues: '1' add_issues: '1' edit_issues: '1' add_issue_notes: '1' delete_issues: '1' permissions_tracker_ids: !ruby/hash:ActiveSupport::HashWithIndifferentAccess view_issues: [] add_issues: [] edit_issues: [] add_issue_notes: [] delete_issues: [] Does this work on Redmine 3 because ... ings field in DB because of this plugin ?
- how can I prevent a user from seeing other issue created by another user? For Example, user1 created issue1 and assigned to user2,add to watchers user3 ... ee users (user1,user2,user3) no one has seen issue1 insident. is it possible to make such a limitation?
- Help: RE: Broken MyPage for single user
- Florian Brombauer wrote: > Hello, > I have ... > [CUT] > > My coworkers don't have any issues Hello, if your coworkers don't have any issues, one of the blocks in my_page comes from a ... know what are you doing. Thanks Lorenzo