Project

General

Profile

Search

Results (18307)

Open discussion: Cannot change issue Status from new to "In Progress"
I'd like to mark a task(issue) as "In Progress) when I start working on it ... o "In Progress". I can't change it in the Issues list in the right-click menu either. Other issues that are "Resolved", I can change to "Close ... "New". Any ideas? I'm using Redmine 1.1.1 2011-03-03 07:28
Plugins: RE: Questions_Plugin
uhmm.. i found another one ;/ I got a new link on my Issue Tab as default search "Questiosn for me (1)" ... wards me to "https://myserver/questions/my_issue_filter?project=myproject" and that is only the lain listing of all issues in this project, not the ticket with the jo ... rmat should be for example "https://myserver/issues/933#note-6", doesn't it? 2011-03-02 18:33
Plugins: RE: Questions_Plugin
Terence Mill wrote: > You mean i shall emty ... select questions.* from questions left join issues on issues.id = questions.issue_id where issues.id is null </code> <pre> 2011-03-02 17:34
Help: RE: Issue Reminder
I am running Redmine 1.0.4.stable. I currently have three projects. One has no issues. One has three issues with on of those closed. The third has one open issue. The watcher portion of the reminder works for the one user I am having issues with. It is just the assigned portion that ... all of my other users and it works perfect. 2011-03-02 15:45
Plugins: RE: Questions_Plugin
This eeor seems to be resolved. No i found a ... class="project"><%= link_to_project(question.issue.project) %></td> 15: <td class="issue"><%= link_to_issue(question.issue, :project => false) %></td> 16: <td c ... tion.notes, :length => 60)), :controller => 'issues', :action => 'show', :id => question.issue %> vendor/plugins/question_plugin/app ... server.rb:196:in `start_synchronously' <pre> 2011-03-02 15:13
Open discussion: RE: Help with REST and custom issues fields
Thanks for your response Felix. Unfortunat ... hen I try running a get GET against /new or /issues/new. Am I misunderstanding the path? Ca ... example, I've tried: http://demo.redmine.org/issues/new Thanks, Paul 2011-03-02 10:17
Open discussion: RE: Help with REST and custom issues fields
Shouldn't you get a "blank" template when GETting /new or /edit? 2011-03-02 09:55
Open discussion: RE: Text formatting: commit message in issue comment
Thank for pointing this out. Even though it i ... s along the lines of what I'm trying to do. 2011-03-01 21:31
Help: Weird thing happens when fetching repository commits with a cronjob
Redmine version: 1.1 Because we want to reference issues in Git commit messages I've set up a cronjo ... NV="production" </pre> so that we can have issue pages display these as comments. Cronjob works, commits get fetched. Issues comments do get updated but in a strange fa ... in any of the projects. What is happening? 2011-03-01 19:55
Help: RE: Due date column "Issues assigned to me" in My Page
Regard the remark walking trough projects I adjusted my query to show all issues from all projects (stupid question). Que ... date order by is not default behaviour in My Issues. 2011-03-01 17:18
Help: RE: Due date column "Issues assigned to me" in My Page
So... In My Page (and everywhere I watch issues...) it shows me a list of issues. If there are 1000 issues assigned to me, all due in late 2020 and one issue due tomorrow. It totally depends on the order they were submitted in Redmine if that one issue that is due for tomorrow shows up in My Page... Or in any issue list in the project (using the default query all issues). Why doesn't the system order by priori ... priority the only criteria used? In the "Issue" pages I can work around the problem by addi ... I would love to see it on my page as the issue lists will only show issues on a certain project and it's sub projects, ... I have to cycle trough all projects clicking Issues and then my custom query. Is there no better way to do this? Thanks in advance. 2011-03-01 17:08
Help: RE: How to aumatically change assignee back to the reporter when issue is resolved?
You should have a look at [[Plugins]], vanilla Redmine won't do that. 2011-03-01 16:54
Help: RE: Limit new issue types to certain users
What I'm doing for now, is creating sub-projects for the different tracker types. 2011-03-01 11:58
Help: RE: Limit new issue types to certain users
+1 I'm looking for exactly the same functionality. 2011-03-01 11:49
Open discussion: Help with REST and custom issues fields
Hi all, Does anyone know how to find a lis ... ields) that can be set when submitting a new issue via the REST API? Thanks, Paul 2011-03-01 11:47
Help: How can I get activity_id for Time Entries API
To create Time Entry with REST API this param ... of the time entry attributes, including: ◦issue_id or project_id (only one is required): the issue id or project id to log time on ◦spent_on: ... tion is where can I get list of activity_id ? 2011-03-01 10:43
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Bug Reports to Redmine 1.1.1 compatibility ... link_to(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @pr ... <%= link_to(l(:label_gantt), :controller => 'issues', :action => 'gantt', :project_id => @proje ... nice if some cann apply or fork this changes. 2011-03-01 10:30
Help: Restrict the access to Road-map menu
hi, I know that Road-map came only if Issue menu is enable and there are defined version ... (there are users that should be able to add issues, but not needed to see the road map). Can someone help me with this? Thank you, Ionut 2011-03-01 09:42
Help: How to aumatically change assignee back to the reporter when issue is resolved?
Hi there, When the bug is going to resolve ... tically change assignee to the reporter when issue is resolved? thanks a lot in advanced. Regards Ray 2011-03-01 06:21
Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
The new issue is with i18n. When we issue the command. this is the output: <pre> C ... b\ruby\gems\1.8\gems\i18n-0.4.2 and tried to issue the gem command in many directories, but we ... ry </pre> How do we proceed ? Nick. 2011-02-28 18:38
Help: db:migratation doesnt' work - undefined version_requirements
Hello, today I started to install Redmine ... tions in the thread: [http://www.redmine.org/issues/7516] So I also tried to install rails in v ... to solve this problem? Best Regards, Beppo 2011-02-28 16:52
Help: RE: Upgrading from 0.8.4 (MySQL) on Windows
Hi, next problem is for step 4. We have i ... n (now moved to the server desktop). I've issued the command "rake db:migrate RAILS_ENV=prod ... What we are missing ? Thanks, Nick. 2011-02-28 13:27
Help: RE: Exporting issues list to CSV does not contains Logged Time
#971 and #4742 are probably related. Edit : #971, not #941, sorry. 2011-02-28 10:58
Open discussion: RE: Text formatting: commit message in issue comment
There's nothing like that, you could achieve ... isions though: [[RedmineSettings#Referencing-issues-in-commit-messages]] 2011-02-28 10:51
Help: RE: Exporting issues list to CSV does not contains Logged Time
IIRC the fields for the CSV export are hardcoded, you'd have to open a feature request for that. 2011-02-28 10:50
(12101-12125/18307)