Search
Results (18317)
- I new for the redmine and I create the new issue but I found the problem when I try to fill i ... or fix or patch this error ? Processing IssuesController#update (for 172.17.2.188 at 2011- ... WvNFE2B1THTivYY96wzUEUUlKVSo=", "id"=>"33", "issue"=>{"start_date"=>"2011-03-02", "estimated_hours"=>"4", "priority_id"=>"5", "parent_issue_id"=>"", "lock_version"=>"4", "assigned_to_i ... cument for install new CR."}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... ime_entry.rb:68:in `spent_on=' app/models/issue.rb:542:in `save_issue_with_child_records' app/models/issue.rb:536:in `save_issue...
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- That was it! Thanks! Very odd though, that you can do everything else but that one thing...
- Hi! I'd really love to have wiki path in t ... Like this one Guide » User Guide » RedmineIssues » RedmineRoadmap » http://www.redmine.org ... mineVersion How can it be done so? Tnx!
- Hi everybody, I got a 404 error when i try ... azDcMm/onB7sIc=", "id"=>"edit", "project"=>{"issue_custom_field_ids"=>[""], "name"=>"Vétus", "c ... knows how to fix this bug tell me, thanks.
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- Are you a member of the project the issue is in? Being admin isn't enough for this.
- Help: RE: Weird thing happens when fetching repository commits with a cronjob
- Well, if the same repository is associated to 2 projects, if you reference issues from the commit message, there will be a link to each of the two projects created for said issue. I'd guess the entries that are double do point to both projects?
- Plugins: RE: Contacts plugin
- I've just released "version 1.1.6":http://red ... I tried resolve all conflicts and postgres issues, please test
- Open discussion: RE: Export/Import MySQL project
- see also http://www.redmine.org/issues/3647
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- How did you manage to resolve the Missing t ... v=0.4.2 i18n` error? I'm having the same issue
- Help: RE: Migrate From Trac - Undefinied Method "Reload"
- Thank you very much for your answer. I fi ... owercase": Ticket: http://www.redmine.org/issues/5764 But now I have a new problem: <pre ... scribed in the Ticket http://www.redmine.org/issues/5764. I modified the RAKE-File "migrate_fr ... t this is the problem? Best regards, Beppo
- 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
- 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?
- 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>
- 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.
- 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>
- 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
- Open discussion: RE: Help with REST and custom issues fields
- Shouldn't you get a "blank" template when GETting /new or /edit?
- 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.
- 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?
- 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.
- 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.
- 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.
- Help: RE: Limit new issue types to certain users
- What I'm doing for now, is creating sub-projects for the different tracker types.
- Help: RE: Limit new issue types to certain users
- +1 I'm looking for exactly the same functionality.
- 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