Project

General

Profile

Search

Results (18203)

Help: Clarification on updating issue.
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 2021-10-28 09:17
Open discussion: Annoying Error: SSL_connect ... 0 state=SSLv2/v3 read server hello - is back
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. 2021-10-27 17:08
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 2021-10-27 16:51
Help: Need clarification on how to update or post data to redmine
Hi Team, We are trying to update and post ... .PutAsync("http://ramsytesting.m.redmine.org/issues/40.json", httpContent).ConfigureAwait(false); 2021-10-27 06:05
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 2021-10-26 15:20
Open discussion: I config redmine get mail 365 but it isn't worrking
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. 2021-10-26 08:37
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% 2021-10-26 08:14
Development: Need clarification on how to update or post data to redmine
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. 2021-10-25 12:20
Job offers: looking for somebody to port redmine_openid_provider plugin to 4.x
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. 2021-10-24 15:40
Help: Error when email is sent for open ticke ... or: certificate verify failed (unable to get issuer certificate)
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 2021-10-19 19:01
Open discussion: Wiki or Knowledgebase Update notifications
Hi, is there any way to receive a notificatio ... d by a user? Just like how you can watch an issue and receive updates? 2021-10-14 00:11
Open discussion: Send email to custom field recipient
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. 2021-10-13 19:34
Plugins: Is there a plugin that exports issues as pdf's and sends them as email?
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? 2021-10-13 19:29
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. 2021-10-13 15:09
Help: Automatic weekly report of issues
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> 2021-10-06 17:17
Help: Redmine hangs for a long time when not used
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. 2021-10-04 12:16
Help: Redmine LDAPS Authentication
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 2021-09-29 17:26
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. 2021-09-28 14:59
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> 2021-09-28 09:00
Help: Updating all issues that have a certain value for a custom field
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. 2021-09-28 08:49
Help: Redmine no longer working after upgrade vom Debian 10 to 11
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 2021-09-25 15:43
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. 2021-09-22 02:08
Help: I need to change the email notification information
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? 2021-09-21 20:00
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? 2021-09-20 07:01
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 2021-09-18 17:52
(1126-1150/18203)