Search
Results (18202)
- Hello all, Is there a way to export an issue to PDF, but only include the Notes tab and not the full History? Thanks!
- Help: RE: Installation Error on rake generate_secret_token
- Liane Hampe wrote: > Hi Olaf, > > Sorry for that. > > This is a known issue, see #31230#note-4. You need to wait for Red ... st, > Liane Hi Liane, I have the same issue with Redmine 4.1.1. I saw that current versi ... sions of Ruby (2.5 and 2.6) getting the same issues. On the other hand, I am trying to insta ... of Redmine be released? Thanks in advance!
- Wanna renew old discussion. "#52340":https:// ... . So if you write more than one mail to that issue you have duplicate image001.png. The proble ... nd(:include, MailHandlerPatch) </code></pre>
- My redmine version:3.3.0-1 How can i make a macro to get issue author name? i want to make a canned respo ... name. Please help! Much much appreciate!
- Help: RE: redmine_wk_time install problem !
- Kamil AFACAN wrote: > Dhanasingh Krishnapand ... the attached file. It says db connection issue C:/Bitnami/redmineplusagile4108/ruby/lib/ ... eck your <redmine>/config/database.yml file ?
- Help: RE: Strange project view display (Ubuntu)
- So that's not an issue. As I was migrating from an install in 3.4, ... e, I was not familiar with it. Thanks a lot.
- Plugins: RE: Add a new column in Redmine issue SLA plugin.
- Jordan, I share with you this improvement ... sponse time, in my case until you assign the issue. After that you can measure the total time of the issue life, until you close. https://github.com/smlabonia/redmine_issue_sla
- Hello, Currently any issue registered have a number assigned automatica ... .6.6 Rails version: 6.0.3 Best regards,
- Plugins: RE: Theme for Kids
- Thanks, Marcel. I tried to make it for ele ... e durable, I'd love it if you could raise an issue or pull request for improvements. If the ... th plugins, so please give me your opinion.
- Help: RE: Redmine Issue creation not working via receive_IMAP Gmail
- Hi, we create the ticket from email, but Repl ... mment and then send it to the ticket Redmine issue as a comment (notes or quote in Redmine task ... ease help if this solution is worked for you.
- Help: RE: Create tickets from email issue
- David GRAND DEMARS wrote: > Solved ! Hi D ... me, when you create a ticket from the email issue, then anybody notes their comment for this t ... ser=accept folder=INBOX move_on_success=INBOX
- Help: RE: Create issue via receiving emails (Gmail labels)
- Hello, Unfortunately we are running into a ... run the rake command, it is not creating an issue in Redmine and just marks the email as read. ... y using the above parameter should create an issue in Redmine, or are we doing something wrong? ... pulls all emails from the inbox and created issues for them in Redmine, but we only want the o ... th this, as it is driving me bonkers already.
- Hello, We are currently setting up the Receiving E-Mails feature (IMAP), to create issues in Redmine through receiving emails. We are ... ain email now and add these to Redmine as an issue.
- We have that issue - I'm configured to receive IMAP on our goo ... er=create folder=INBOX move_on_success=INBOX'
- Hi When clicking on "view all issues" on the issues tab on a project the filter is "open", show ... ilter that is not collapsed Regards Picht
- Help: RE: How to display the IP address in an Issue
- Similar topic: https://www.redmine.org/boards/3/topics/56027
- Hi How can i change the name of a custom field on the frontend (where I create an issue)? I need the same name for different fields in different projects. Regards Picht
- Plugins: RE: Weekly Timesheet entry plugin?
- thanks for your feedback ok, we will send yo ... erpmine to hide the extra fields on user and issue No Additional Details for Issue No Additional Details for User
- Plugins: RE: Weekly Timesheet entry plugin?
- Hey Danasingh - I did get the timesheet part ... ser screens it has loads of extra fields, in issues etc. - even without enabling any other modu ... t was to enter and display time. Very good.
- We just completed an upgrade from 3.4.1 to 4. ... getting duplicate email notifications on new issue creation/updates. We determined it was beca ... andler.rb that would be fantastic! Thanks!
- I need to get the String of the PDF of issue without clicking the PDF link in the Issue Show. I know there is a function called issue_to_pdf in the issues_pdf_helper.rb file under lib/redmine/export ... ionalities, must read the PDF content of any issue PDF. Even if I add the 'require name_of_the_ ... ss this function using Redmine::Export::PDF::IssuesPdfHelper, I get this error when I tested in rails console: > Redmine::Export::PDF::IssuesPdfHelper.issue_to_pdf(Issue.find(17842)) > NoMethodError: undefined method `issue_to_pdf' for Redmine::Export::PDF::IssuesPdfHelper:Module Does anyone know how to use run this function "issue_to_pdf"? Thanks in advance for your help.
- The error appeared after installation "a_comm ... dmineup_tags 2.0.4 unread_issues 2.2.4
- Hi, Recently we upgraded our Redmine to ve ... found this post: https://www.redmine.org/issues/26791 which says that from version 4.0, ... Linux release 7.7.1908 DB - Mariadb Ver 15.1
- Hi, I have taken over administration of ou ... XN="$2" SVNLOOK=/home/svn/csvn/bin/svnlook ISSUE_PRESENT=0 MESSAGE_PRESENT=0 ISSUES_OPEN=1 MYSQL=mysql MESSAGE=$($SVNLOOK l ... rd} =~ "#"([0-9]+) ]]; #search string for an issue match of form #nnnn then #matched an issue# check it's valid and store the fact that we've found at least 1 issue# ISSUE_PRESENT=1 REDMINE_ISSUE=${BASH_REMATCH[1]} REDMINE_ISSUE_OPEN=$(${MYSQL} -u readonly -h whl-redmine3.mycompany.com -D redmine -sN -e "SELECT COUNT(*) FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = ${REDMINE_ISSUE};") REDMINE_ISSUE_NEW=$(${MYSQL} -u readonly -h whl-redmine3.mycompany.com -D redmine -sN -e "SELECT COUNT(*) FROM ...
- Hi! I have writte a plugin to hide custom fields in Issues with a collapse checkbox. Since upgrade to ... s require_dependency 'redmine_mp2/patches/issue_patch' require_dependency 'redmine_mp2/pa ... require 'redmine_mp2/patches/issue_helper_patch' require 'redm ... "plugins/redmine_mp2/lib/redmine_mp2/patches/issue_helper_patch.rb" <pre><code class="ruby"> module RedmineMP2 module Patches module IssuesHelperPatch def self.included(base) ... ethods module InstanceMethods class IssueFieldsRowsMP2 include ActionView::Helpe ... options end end def issue_fields_rows_mp2 r = IssueFieldsRowsMP2.new yield r r.to_html ... def render_half_width_custom_fields_rows_mp2(issue, rows) values = ...