Search
Results (18267)
- Hello All, We are using Redmine as an Held ... em. I'm trying to configure the creation of issues based on email. But It does not working yet ... any ideas ? Thanks in advance, Cédric
- Dear All, I want to adjust align style for issue display from default center align to left al ... dif while file in redmine folder?many thanks.
- Is there any plugin which can show my google ... r , but as I understood it exports redmine's issues to google. I need to import google events to redmine.
- Dear all, When i create new issue via sending email with attachments with msg ... the msg files can't be uploaded in this new issue but only show the pictures that in the msg f ... is? BTW, if i upload the msg files to the issue via website or reply the email that was sent from redmine after new issue created, the msg files will be uploaded with file format(*3.jpg*). I also tested to creat an issue with email with msg attachemt without pictur ... but the msg was also not uploaded to the new issue. that means can't create issue via email that attach files? Looking forw ... cher receive the email notifcation about the issue even don't assign the permissio to the user.
- Plugins: RE: Redmine Reports Filters plugin -Internal error
- Karel Pičman wrote: > "The plugin":https://w ... eem still have some problem.it cannot filter issues by days.
- Hi! I want to create an issue when user create new project and select cust ... te idd = self.project.project_id issue1 = Issue.new( :author => User.current, :pro ... k", :description => "Description") issue1.save! end Unfortunately, this code do ... oject. On the other hand, I can create a new issue in the other project(created before), using ... ect identifier, project name etc.) to my new issue? Or maybe I can get this information in the after_save window?
- Help: RE: Redmine 3.4.3 Project setting error
- Vitor Urban wrote: > Did you solve your prob ... same situation I’m also having this exact issue. [[prepaidgiftbalance | prepaidgiftbalance]]
- Hello everybody, We finally migrated to th ... were still in 3.0) and I want to enable the issue creation from email feature. My problem is ... solution to do that ? Kind regards, Fred
- Help: RE: Error while creating new issue
- If this can be any help: I tested with @http://our.company.com/i109257/issues@ (omitted /projects in @http://our.company.com/projects/i109257/issues@) and received similar but not the same result: <pre> No route matches [GET] "/i109257/issues" Error log c:/Ruby23/lib/ru ... c:/Ruby23/bin/thin:23:in `<main>' </pre>
- Open discussion: RE: Integration with TortoiseSVN
- Do you want to automatically close tickets vi ... ermine what to happen: the new status of the issue and the percent done. The real change of issue status happens when the committed revision i ... @Task Scheduler@ to be executed time to time.
- Hi, I have some issues with Redmine 3.1.1 when tries to create new issue redmine throws "Page Not Found" http://prnt ... -- Started POST "/projects/new-test-project/issues" for 77.70.38.188 at 2018-10-17 21:52:58 +0 ... (No route matches [POST] "/new-test-project/issues"): actionpack (4.2.7.1) lib/action_dispa ... bort_on_exception' Is anybody have such issues ? Installation is over Cpanel with Cloud linux.
- Help: RE: After upgrade to 3.4.5: Routing error to redmine_extensions/dynamic_loading.js
- I have the same error. Mi Redmine is: <pre ... _exception' The problem is with a special issue, but I dont know why it is happening
- Hi. Faced the problem. Patch from the theme 2 ... ine. How do I fix? http://www.redmine.org/issues/27336
- Open discussion: RE: what is redmine?
- Hallo Ramona, welcome to the Redmine community! Redmine itself is an issue based project management tool which can be u ... In Redmine you can create different kind of issues called "trackers". You can have a tracker f ... elopment centric" (e.g. the Roadmap collects issues in versions) but it's effectively up to you ... r questions. ;-) Kind regards, Bernhard
- Development: RE: Ability to highlight updated issues?
- I really like this unread_issues plugin. Every user has their own 'view' of the issues as follows - green - new issue blue - updated issue v useful - https://www.redmine.org/plugins/unread_issues
- hello, I wrote a macro, that collects information about the parent issue. It works fine. But now I wanted edit the de ... he Code <pre><code class="ruby"> current_issue = Issue.find(obj.id) current_issue.description = "#{current_issue.description} New text" </code></pre> ... t. Has the macro no permission to write?
- Open discussion: RE: Duplication of projects
- Around a year ago this feature (duplicating p ... as been created here https://www.redmine.org/issues/886 so I think you can write there and migh ... did when needed some feature for my project.
- *Hi, everyone!* We are using Redmine 3.4.6 ... have a question. How to filter the notes of issue at issues index page. I have searched the plugins ... Or I have to write it on my own? *Thanks!*
- Open discussion: RE: Deploying redmine in a law office
- Hi Geoff, Shardul, As every uncommon case, it requires a special structure for 'projects' or 'issues' depending on the case/team structure. We a ... 's discuss the details. Kind Regards Greg
- The Custom Field (of format version) name is ... rsion in the filter (https://www.redmine.org/issues/15902). But, in the spent time area, whe ... he spent time tables? Thanks for your help
- Help: RE: Parent Project on the My Page
- No, it is not posible because the parent project is not available as column in issues list.
- On My Page, Is there a way to add the Parent Project in the Available Columns for the Issues assigned to me options? This way I can add the Parent Project on My Page as a column.
- Help: RE: Query to see how long someone has been an assignee before working on a ticket
- Hello Lyle, I think you can't achieve your ... of Redmine because it doesn't track when an issue has changed for the first time. The only information you get is when the issue was created, updated or closed. There is no ... So what you actually can do is to fetch your issues by a script and get your information by pro ... do the job. ;-) Kind regards, Bernhard
- Hi all, I shutdown my redmine page for several month because of DSGVO/GDPR issue ( see also at http://www.redmine.org/issues/28882 ) But I need to bring website onli ... there is a quick solution! Thanks Richard
- Currently redmine has such fixing keywords as @fixes@ to change issue status. However it changes issue status regardless of its current status. Is ... m "New" to "In Progress", but do nothing for issue with status "Completed" If not, should I create an issue for that?