Search
Results (18280)
- Help: RE: Mandatory notes field
- Create a new custom field and set its properties to "required": Administration -> Custom Fields -> Issues
- Help: RE: Email notification only runs when system creates new issue
- I have the same problem. When the system creates an new issue, everyone gets the mail. On an Update only t ... without any result. Any ideas?? Thanks!
- Plugins: RE: Getting lists of issues based on custom conditions in plugins
- Martin, This is what we do in the Weekly Timesheet plugin cond =["#{IssueStatus.table_name}.is_closed = ?", true] issues = Issue.find_all_by_project_id(params[:project_id], ... I actually found a good discussion around issue closed date, I couldn't locate it now. If I find it I will let you know. Dhanasingh
- I've seen requests to be able to sort gantt. ... is frustrating that you can't easily insert issues where you want them because of the auto-numbering of issues.
- Hi there, this is my first post here :-) I ... ything in the documentation to get a list of issues based on custom conditions. Also there is n ... ller hook and simply call something like @Issue.where(:is_closed => true)@ but I don't th ... just let me know :-) Regards, Martin
- Help: RE: Issue when installing redmine 2.2.2 on apache (dispatch not found)
- Hi, Found the solution. Changed: <pre ... onf. Thanks for your time and support guys
- Open discussion: RE: Reg "delete issues" permission
- Hi jan, Got it,Thanks
- Hi, We use redmine to track bugs and issues during development. while i give the progra ... 3.2.11 Thank you, Guy
- Plugins: RE: Weekly Timesheet 1.3
- Hi, Is there a way we can map the "Log time" entry in the issue tracker with the Weekly TimeSheet plugin to avoid redundant updates? Regards Lijo Jose
- Help: RE: Jetty+JRuby Could not find jdbc-mysql-5.1.22.1
- Any progress on this? I have almost the same issue except that my database.yml only has a produ ... . I have attached a copy of the error.
- My installation information: <pre> root@sni ... very old thread where someone had a similar issue, boards/2/topics/17924 , but nothing there h ... remove all links for it to accept my post...
- Open discussion: RE: Reg Issue No
- Hi jan, Why we thought of having a customized issue no is that we can even extend redmin to our external vendors for issue reporting.so it would have been good if each project start a new issue no(lets says from 1,2,3..etc) or a customized issue no.This would be advantage to the external vendors and us too.
- Is there a way to determine the date when the an Issue has an update where Prop_Key equals status_i ... change was a status_id update. Thank you.
- Help: RE: Spent time as % done
- Hi again Jan :) I see your point, but.. ... the 5 hours make the % done go to 50, if the issue is set to 10 hours! If I realise the issue takes longer, eg 15 hours, why not adjust the hours set on the issue? Actually I wouldn't mind a situation where an issue is 150% done. I would quite fast realise tha ... et the % done every time I was working on an issue! I'm an architect, maybe I use it in an other way then intented!
- Help: RE: Due date of issues with child issues
- I was afraid of that :D Is there any workaround so I can make child issues to heir their config/stats from the parent issue or it requires to hack the code? thanks for the explanation, best regards!
- Help: RE: Due date of issues with child issues
- That's not an issue, that's "works as designed" :-) In that case, start and due date of the parent issue are calculated from the child issues.
- Help: RE: Spent time as % done
- I was looking for the same thing just some ho ... he following scenario: You estimate that an issue will take 10 hours. You work 5h and registe ... culated to 50% based on the estimated time...
- Open discussion: RE: Reg "delete issues" permission
- Does the user have admin rights?
- Plugins: RE: Redmine Issue History Tabs Plugin
- I installed successfully the plugin, thanks t ... how to change the code for this ? Thanks.
- Hi, I have created a role "developer" in w ... ser mapped to 'developer' role ,i can see in issues the "delete" button is enabled and the user is able to delete the issues? Any suggestion on this Regards Lijo Jose
- Hi Is it somehow possible to make logged time set percentage done on a issue?
- hey guys, is there anyone willing to implement http://www.redmine.org/issues/9664 CRUD operations for "custom field definitions" (not setting custom fields on issues!) in the upcoming release?
- We've ran into a couple of situations where the commit log needed to be updated (wrong issue numbers, or incorrect info, etc). The Subve ... sion's commit log and rescan it from the SCM?
- Open discussion: RE: Reg Issue No
- lijo jose wrote: > I understand that redmine allocates "Issue No" in a sequential order ie. 1,2,..etc.Is there a way I customization the issue no? No. >Also can we have different sets of issue nos to different projects/Trackers? Neither. The issue number is just an identifier, nothing more, why should it be customized in any way?
- I'm having problems with redmine when a issue have child issues (or subtasks), I cant edit the due date of the parent issue. Does anyone know what could be the problem and possible solution?