Project

General

Profile

Search

Results (18019)

Help: RE: New issue url to preload some fields
That's exactly what I also wanted.. Can some ... "User.current" into the "assigned_to" field? 2008-06-13 14:25
Help: RE: New issue url to preload some fields
This should work: <pre> http://myredmine.com/projects/myproject/issues/new?issue[tracker_id]=1&issue[description]=Test </pre> 2008-06-13 13:35
Help: RE: What does "Allow cross-project issue relations" do to redmine?
When you are viewing an issue, at the bottom of the yellow box with the issue details is a sub-heading 'related issues'. To the right of that is a little 'add' l ... allows you to enter the number of a related issue and the reason for the relation (duplicates, blocks, related to etc) Cheers Russell 2008-06-13 09:43
Help: New issue url to preload some fields
I just upgraded to 7.1. In the previous versi ... rl like: http://my_redmine.com/projects/add_issue/1?tracker_id=1&description="+escape(data); in javascript to open a new window to the new issue page and fill in some information into the d ... other fun things. Now in 7.1 the url to new issue has changed. How can I get the functionality back that I had before? Thanks Chris Griffiin 2008-06-13 06:56
Help: RE: What does "Allow cross-project issue relations" do to redmine?
You mention the ability to relate an issue of one project to an issue of another project and also to mark things a ... thing like this. Where do you do such tasks? 2008-06-13 00:08
Help: Not allow a customer role to assign
Am trying my best to get Redmine as our organ ... ed a role called Customer, that can only add Issues and few other view fucntions. I am trying t ... assigning" a team member, when creatinga new Issue (Bug, FEature or Support)? As well as not al ... posed to a certain role, when creating a new issue - Right now in _Roles and Permissions_, I can select whether a role can add/edit an issue, but cant really determine what fields are shown in a New Issue page. I'm sorry if this has been asked b ... ht direction, I would be grateful. Thanks 2008-06-12 09:03
Open discussion: attache or link custom field to Category
I am evaluating redmine for use within our de ... categories Client, Server, Admin. When a new issue is created and the user choses Client I want ... d on the selected category. Thanks, Mark. 2008-06-11 22:33
Open discussion: RE: Migrating Redmine Source To Git
> I've used that to help migrate my svn repos ... amework development) but I never noticed any issue. I would be more than happy to be aware of those issues to be sure to avoid them in the future. :) 2008-06-11 21:41
Open discussion: RE: Automatic closing of duplicate issues
I made a change to this behaviour in r1488. ... will now see 'duplicates' or 'duplicated by'. 2008-06-11 18:54
Help: RE: How to show the sum of estimated hours in the specified query?
Thank you so much Eric!!! You saved me hours ... ng!!! :-) Btw. If to do this right in the issues section, it's possible to limit this task into one line: <pre> <%= estimated_hours = @issues.collect(&:estimated_hours).reject {|issue| issue.blank? }.sum %> </pre> Well.. at least i ... Once again, thank you very much indeed, Eric. 2008-06-11 18:22
Help: RE: How to show the sum of estimated hours in the specified query?
You will need to use a set of Issues for that, Query is used to build the set of issues. <pre> # See issues_controller.rb#index for the actual query filter @issue_list = Issue.find :all, :conditions => @query.statement ... ank, and sum the amounts estimated_hours = @issue_list.collect(&:estimated_hours).reject {|issue| issue.blank? }.sum </pre> Eric 2008-06-11 17:52
Help: RE: How to show the sum of estimated hours in the specified query?
Or rather how can I sum estimated_hours variable in all issues in the query? How it shall be written? 2008-06-11 12:14
Help: RE: How to create a link with pre-filled parameters?
Unfortunately this code: <pre><%= link_to l(:label_issue_new), :controller => 'issues', :project_id => @project, :action => ' ... e> ..does not work.. What i did wrong? 2008-06-11 10:12
Help: How to create a link with pre-filled parameters?
For example I want to make a link to "new issue assigned to me", so that parameter "assigned_to" is pre-filled with "me".. 2008-06-11 10:03
Open discussion: RE: Automatic closing of duplicate issues
+1 This always bugged me, but I never took ... Usually as a compromise I just resolve the issue, then wait till the original is closed. H ... this behavior differentiated on the type of issue link? Example, if a bug X depends on bug Y, ... lso? Personally I think modifying related issues automatically is wrong. 2008-06-10 22:52
Open discussion: Automatic closing of duplicate issues
I'm not sure how it's for others, but for me automatic closing of linked issues is not a good solution. Why? When I (project manager) detect duplicate issues, I mark less significant ticket as duplicate and then I imediatelly close second (duplicated) issue. This is IMHO normal behaviour, because I don't want to be floded with duplicated issues, so there should be only one of all duplicated issues open - otherwise, users will start comment and develop different issues, which is not good. But now, when I clos ... s not correct behaviour... What others think? 2008-06-10 19:04
Open discussion: RE: Simple Apache configuration
Thank you! I thought there is a simpler ... the proxy configuration introduce a security issue, as apache authentication cannot be securely ... ss. Anyway, it looks like a great project! 2008-06-10 17:30
Help: RE: Access by the customer to the Redmine database with restricted rights
See #337 for a similar feature request, but n ... ackers, but having a 'private' flag for each issue. Cheers Russell 2008-06-10 06:41
Help: RE: Access by the customer to the Redmine database with restricted rights
however, I've seen that it is possible to restrict the creation / edition / notes to Issues, but how can I restrict the access by the c ... hat the customer to internal Actions /Bugs) ? 2008-06-09 21:32
Help: Access by the customer to the Redmine database with restricted rights
Hi all, is there a way to configure Redmin ... ase ? Access would be for modification (some issue progress for example, or new issue) as well as simply not viewing pages (where roadmap, wiki some issue tracker, ...) ? thanks gabriel 2008-06-09 21:27
Open discussion: RE: "Duplicate" Issue Numbers
bq. Is it possible to have one redmine with m ... a field to store the old bug numbers. Eric 2008-06-09 21:09
Open discussion: RE: "Duplicate" Issue Numbers
I just remembered, part of the reason I wante ... ch using its own database? Thanks again, Ed 2008-06-09 19:42
Help: One database per project with multiple projects?
Hello, all. I have several projects, and nee ... grating from a system where project A had an Issue #1 and project B had and Issue #1, and I need to preserve the numbering of ... ine --user apache --group apache then any issues I add to Project B get put in the Project A ... m game. Thanks for all your help. -Ed 2008-06-09 19:02
Open discussion: RE: "Duplicate" Issue Numbers
Good points all! The way you have it set up makes a lot of sense. Thanks for the help! -Ed 2008-06-09 18:06
Help: Unuse of default fields
Hi all, is there a way on version version:"0.7.1" to hide the default field associated with issues ? It'd like to create indeed a Tracker for ... ot to see them. thanks for help gabriel 2008-06-09 15:35
(17676-17700/18019)