Search
Results (18203)
- Hi All, I want to update a particular issue but without using its id in the URL i.e instead of using http://ramsytesting.m.redmine.org/issues/[issue_id].xml for Put operation, I want to use some other URL and pass issue_id in the body like this- <issue> <id>51</id> <subject>eTestStory28OCT</subject> <description>eTestStory28OCT</description> </issue> Please let me know if this is possible. The above url is creating performance issue for me. Thanks. Vaibhav Sharma
- h2. Hello, Everyone. Couple of days ago, R ... own-protocol-in-redmine-20-rails-323 +But issue does not have solution at now.+ *Who can help to resolve issue? Anyone know how to enable debug details for Redmine log?* Thank you.
- Development: RE: Need clarification on how to update or post data to redmine
- Thirumala Chary wrote: > Hi Team, > > We ... .PutAsync("http://ramsytesting.m.redmine.org/issues/40.json", httpContent).ConfigureAwait(false ... to use GET or other http methods? Lorenzo
- Hi Team, We are trying to update and post ... .PutAsync("http://ramsytesting.m.redmine.org/issues/40.json", httpContent).ConfigureAwait(false);
- Open discussion: RE: I config redmine get mail 365 but it isn't worrking
- Hi I would advise you remove the visible u ... to the public domain. In relation to the issue there are a number of things you can check. ... t needs to be open between Redmine and O365
- Dear all, Please help me! my system email ... We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later.
- Plugins: RE: Issue Badge Plugin
- Akiko Takano wrote: > Hi, all. > I created small plugin to show the number of assigned issues with badge on top menu, and I’ve just relea ... > * http://www.redmine.org/plugins/redmine_issue_badge > > Since this plugin has test code ... бы выводило задачи выполнены менее чем на 50%
- Hi Team, We are trying to update and post ... .PutAsync("http://ramsytesting.m.redmine.org/issues/40.json", httpContent).ConfigureAwait(false); Kindly help us in this.
- We're using the redmine_openid_provider plugi ... for pluging code See https://osmocom.org/issues/5084 for a description of failed attempts so far.
- Hi to all, i work on it office where is used ... or: certificate verify failed (unable to get issuer certificate) (OpenSSL::SSL::SSLError) from ... dapter Mailer delivery smtp
- Hi, is there any way to receive a notificatio ... d by a user? Just like how you can watch an issue and receive updates?
- I have a custom field called "assigned engineer" or something like that. So the ask was when an issue is created, to send an email to all mentioned users in the ticket the issue (or at least the fields I specify). Is th ... ? Any clues/hints would be much appreciated.
- I have a request by my team to match existing ... for users to be notified via email about new issues, but is there a tool that can send an issue as an exported pdf?
- 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