Search
Results (18280)
- Hi, Right now, when a user likes to create a new issue, the tracker stands on "Bug". Since most of ... e it to stand on "Support" when I open a new issue, but still be able to change it to "Bug" if ... t trackers for new project, but none for new issues. Any advice would be appreciated.
- Help: RE: Issue with wiki
- Here is the output <pre> Rails Error: Una ... from script/about:4:in `<main>' </pre>
- Open discussion: RE: Restore database from old to new got failed
- >how to restored it That depends on the DBMS ... tabase"... >and is it possible to get all issue from old database. If your backup isn't corrupted, why shouldn't it be?
- Help: RE: Local Git repository shows "404 The ... vision was not found in the repository" error
- I just happend to experience the same issue here at a fresh install (apache+passenger+fc ... seems to work just fine. Well, exept the 404 issue within the repository-tab. When I used /u ... I'm a beginner...so maybe this helps ;)
- Hello, I am querying a list of issues using a custom field like the following : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=Fixed&limit=100 ... ike the following : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=*ix*&limit=100 What I get are all the issues where the custom field is set, not where th ... following search : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=Fixed|Wont%20fi ... not available (yet ;) ? Thank you, Joel.
- Help: RE: Pre-filled fields
- Do you mean something like the "Issue Templates":http://www.redmine.org/plugins/issue_templates?
- Help: RE: Issue with wiki
- From "How to request Help":http://www.redmine ... out@ What state the exact error you get...
- Hello, I use redmine for the first time and I meet an issue with the wiki : only the first modification ... lp me ? maybe I ve made a mistake ? Thanks
- Hello,please know somebody how to pre-fill fields, for example issue description? I am finding on google but I ca ... step guide. It could help to users to create issues quickly and in a correct form. Thank you for help.
- Help: RE: Upgrade to 2.2.0, can no longer view issues.
- Thank you Michael!, this change in database worked for me too!.
- Hi, A normal user cannot log issues unless he has an administartor previlage? can someone guide? Regards Lijo Jose
- hi all we restored database from one ser ... to restored it and is it possible to get all issue from old database. Please help me out.
- Help: RE: Upgrade to 2.2.0, can no longer view issues.
- SOLVED BY this SQL-query (notice: this is Pos ... te queries set "type" = null where "type" = 'IssueQuery'; For MYSQL it will be: > update queries set `type` = null where `type` = 'IssueQuery';
- when I add an new Issue or update, and add a file attachments, how c ... ese files in the "File"tab with filelink and issue info, which is near the "Wiki"tab only list upload files.
- Plugins: RE: Rails noob going crazy! trying to develop a very simple plugin!!
- Here is an example from a plugin that updates the done ratio when an issue is updated. You can reference any attribute ... <pre> module RedmineAutoPercent module IssuePatch def self.included(base) bas ... sed?) end end end end </pre>
- Help: RE: Upgrade to 2.2.0, can no longer view issues.
- I have this problem too. Redmine 2.2.1 (sa ... <pre> Started GET "/projects/tourdeforce/issues" for 92.100.5.127 at 2013-01-11 01:03:40 +0400 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (1.1ms) Rendered issues/_list.html.erb (21.6ms) Rendered issues/_sidebar.html.erb (2.8ms) Rendered issues/index.html.erb within layouts/base (34.5ms) ... ce mechanism failed to locate the subclass: 'IssueQuery'. This error is raised because the colu ... 13: <% end %> 14: <%= call_hook(:view_issues_sidebar_planning_bottom) %> 15: ... ebar_queries %> 17: <%= call_hook(:view_issues_sidebar_queries_bottom) %> app/helpers/issues_helper.rb:176:in `sidebar_queries' app/helpers/issue...
- I am trying to sort issues in each project by their relations (specifi ... 1.4.4 with BetterGanttChart and SmartSortVVK.
- Open discussion: RE: Bug? Cross-year date range in time tracking report misses some hours
- Ok, thanks. I did some searching and couldn't ... re. Reported here: http://www.redmine.org/issues/12803
- Help: RE: How to disable watchers in new issue form?
- Slawek Zych wrote: > Hi, I need to disable/hide list of watchers in new issue form. I have many project members, and list ... ide it? I'm using 1.4.4 wersion of Redmine
- Hi, I need to disable/hide list of watchers in new issue form. I have many project members, and list ... not useful. Do you know how can I hide it?
- Help: RE: Confused about project version sharing
- Jan Niggemann wrote: > Michael Powell wrote: ... tly, that projects can potentially reference issue among other projects? > Imagine you have 2 Projects A and B. Project A has issue #1, project B has issue #2. If you have redmine set up to allow this, you can now cross-reference the issues by clicking "add" next to "related issues"... Jan, what you describe is the function of the [[RedmineSettings#Allow-cross-project-issue-relations|Allow cross-project issue relations]] setting, which is not exactly wh ... t's target versions in other projects. HTH
- Hi Everyone, Within my Redmine I have crea ... like that some groups have different default Issue states, think - for example - "For approval" ... do this? Thank you. Greetings, Michiel
- I'm using Redmine 2.2.0.stable.11056. Before I report the issue or start on a patch, I just wanted to make s ... tails | Week- Project # Add Details | Week- Issue # Note that the total at the top of the rep ... have been omitted, although the projects and issues are included. # Also note that the weeks s ... 2-1 Has this been reported / assigned yet?
- We are currently using Bugzilla and looking f ... sing it. Each user at a customer can create issues. However for the given product CUST1 users should be able to see only their issues and not the issues created by the users of CUST2 for teh same ... ther user of CUST1 shuld be able to see/edit issues created by other users in his company and t ... sissions are be able to create/edit/view own issues and issues created by others belonging to CUST1 but no ... nal group should be able to see and edit all issues. Is this possible with Redmine? I coul ... nce teh question. Thanks in advance. Srini
- Plugins: RE: Weekly Timesheet 1.3
- All, > We can get a list of all open projects, see if there any open issues, > if there are, then notify the project m ... (to identify members to notify). Olivier.