Search
Results (18298)
- Open discussion: RE: Reallocate an issue from a project to another
- Thank you for your quick answer. But near wa ... e won't let me choose another project to the issue. I have administrator permissions. Maybe this option has to be activated somewhere ?
- Open discussion: RE: Reallocate an issue from a project to another
- Oh, and you will need the according permissions, check your config to make sure you have it!
- Open discussion: RE: Reallocate an issue from a project to another
- There should be a button "Move" at the top of the issue (next to "Watch" and so on), which does exactly that: enable you to move an issue from one project to another.
- Hello, I use Redmine for serveral months and I have to reallocate somes issues from a project to another. I didn't find this option. May I do ? Thanks a lot :)
- Open discussion: RE: Receiving email from IMAP server
- I used this function to add issues to "Income" project. But the problem is tha ... have few emails which I can use to send new issues from. Is there a way to setup many emails for 1 user in redmine?
- Plugins: RE: XLS export plugin
- Attached please find version 007 which should ... 1.0.1 Please let me know if it solve your issue.
- Plugins: RE: XLS export plugin
- Vitaly Klimov wrote: > Attached please find ... specially regarding the context_menu for the issues list. I have filed the ticket #6305 just ... parently there was a similar bug hunt for an issue on another plugin (Show issues description) which was also conflicting wit ... sting and checking, pls feel free to contact.
- Hello everyone, We are using Redmine in my ... e resolution of their implementation related issues (Customizations and bugs). We have those constraints: * Customers should not see other issues that theirs. * Customers should not see all the technical resolution of the issue. (They are supposed to interact with the Sal ... d that the Sales dpt would copy the approved issues to the related "Customer Implementation" pr ... ct >> ... This means for each reported issue, a Sales manager has to validate the issue and duplicate it in the proper implementatio ... working, the Sales manager has to update the issue to inform the customer of the resolution of his issue (Without the technical and internal details) ... for the sales to track the resolution of the issues in the implementation projects. There is also the problem to have 2 versions of the same ...
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- Yeah !! I restore my backup and re-run the ... tracking and projet management system ever !!
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- Mmh, see if you are in the same situation as here: http://www.redmine.org/issues/5907#note-8
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- yes, i've followed the redmineUpgrade instruc ... rake tmp, cache... - reload lighttpd
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- Did you run the migrations properly?
- At the college where I teach, we are planning ... ntication, so user account creation isn't an issue. Now, starting from a list of projects and a ... ves. :-) Thanks in advance for your input!
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- No plugin installed.
- Help: RE: Error on "issues" after upgrade 0.9.4 to 1.0.1 stable
- I don't think this is related to a routes problem. Did you have the subtasks plugin installed?
- After the upgrade, all works except the view "issues". This seems to be like this bug http://www ... ' for nil:NilClass) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: <% previous_group = false %> 15: <tbody> 16: <% issue_list(issues) do |issue, level| -%> 17: <% if @query.grouped? && (group = @query.group_by_column.value(issue)) != previous_group %> 18: <% reset_cyc ... <tr class="group open"> app/helpers/issues_helper.rb:28:in `issue_list' app/helpers/issues_helper.rb:23:in `each' app/helpers/issues_helper.rb:23:in `issue_list' app/views/issues/_list.rhtml:16 app/views/issue...
- We started trialling Redmine as we need a fas ... our entire department's time. The project / issue structure is a greta fit for us, but one cru ... We need to display assigned users alongside Issue / Project steps in the Gantt chart. I know t ... over the Gantt chart in this and other ways?
- Open discussion: RE: Automatically attaching emails to a development issue -- as updates or maybe a separate "correspondence" section or something
- You will probably want to read this [[Redmine ... emails with redmine and make them create new issues in a given project, or make different inbox ... ill add the mail content as a comment in the issue. The later adding-a-mail-as-a-note-to-an-issue feature is based on @[#issue-id]@ part in the mail subject IIRC, you could use that to "send mails" to specific tickets.
- Open discussion: RE: watcher list in new issue page
- No, it only shows the members of the current project though.
- Help: RE: In which version appeared REST API for issues?
- REST was projects only in 0.9, issues got added in 1.0.
- I'm using 0.9.4 version and have a checkbox f ... version should I upgrade to get REST API for issues to work?
- (running 1.0.1-stable) I am evaluating Redmi ... . One of my basic questions: In the new issue page I have a list of possible watchers at t ... Is there a config option for this? Thanks
- So my office is trying out Redmine. One thin ... e" tab or something like that for a specific issue, possibly based off of a ticket number in th ... hing similar to this currently, lets hear it!
- I am interested in how other Redmine users ... vision and build version. Whenever I have an issue, I want to note which version it cropped up ... versions without proper numbering. Frank
- Hi, After upgrading from 0.8 to latest rel ... {:length=>60}:Hash) on line #20 of app/views/issues/_list_simple.rhtml: 17: <td class="project"><%= link_to_project(issue.project) %></td> 18: <td class="tracker"><%=h issue.tracker %></td> 19: <td class="subject"> 20: <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>) 21: </td> 22: ... common/_calendar.rhtml: 13: <% if i.is_a? Issue %> 14: <div class="<%= i.css_classes %> < ... @project == i.project %> 16: <%= link_to_issue i, :truncate => 30 %> 17: <span class="tip"><%= render_...