Search
Results (18295)
- Hi, Is it possible to generate an issue list that also contains the initial description for each issue ? The PDF generation for issue lists works fine, but is it possible to also ... ription, like in trac ? thanks, Ricardo
- Help: RE: Viewing time entries for a single task?
- Hi, You're missing the "Spent time" link on the issue page :)
- Am I missing something? I can see how to view ... a way to see this data just for a particular issue?
- Help: RE: Issue # should be unique in each project but not across the projects?
- There is so much reasons why it's better to have global issue numbering than per-project numbering, for ex ... , like show all my tickets in all procets * issue number itself is absolut and unique identifi ... 3 instead od ticket #123 from procejt #45 * issues can be moved between projects/trackers whil ... ration with other sw is much easier, because issue id can be unique key just alone * simplifie ... . Only one problem can be relatively high issue numbers, but it's only one drawback I can see (and unimportant one).
- Hi, I just noticed that the Issue # is unique across all the projects. So let's say if we have 2 projects, A and B. If issue 1 is created in A, then a new issue created for project B will start the issue number from 2? According to the database: issue table, it seems to be this way, but it is go ... blem since if we have 100 projects, then the issue number will overflow sooner or later though? ... way to work around this? Thanks, Daniel
- Hi, I did a quick patch for redmine to be ... the same way that it sends notifications for issues, news, etc.. I found this to be usefull ... 's preferences (similar to notifications for issue changes). The end result is pretty cool. ... an send a patch. regards, Ricardo
- Open discussion: RE: Is the Redmine Hacks idea supportable?
- Regarding the remote Git repositories... I ... ugh, is that this is a system administration issue to be solved via cron. -- John PS. I ... . or some random Redmine hosting site... ;-)
- Open discussion: RE: Versions vs Milestones
- For example, you have SomeApp in version 1.0 ... each milestone, so you can track both nr of issues open/solved per milestone and time estimate ... and actually, in which version it was fixed.
- Open discussion: RE: What about repeating issues?
- I yhink that plugin will be good sillution, b ... specific approach which is not for everyone.
- Open discussion: RE: What about repeating issues?
- My thoughts on this topic: * Define a cust ... s something which should be done by a plugin.
- Open discussion: RE: What about repeating issues?
- In Outlooks taks, I can define repeating task ... It's because you have to close this month's issue but not close next month issue. I think best overview you can get by exami ... epare more detailed analysis. Thanx Maxim
- Help: RE: How "Related issues" works exactly?
- IMHO, implementation of duplicates should be ... is done automaticaly to all linked (blocked) issues, the all issues will be closed, even when I would like to c ... aves, but closing of slave should left other issues intact.
- Help: RE: How "Related issues" works exactly?
- Maybe Jean-Philippe has to explain this, beca ... do nothing special. Just to know that the 2 issues are related... * duplicates: will close the related issue with the same status when closing the issue (not implemented yet) * blocks: will require to close the blocking issue before closing the blocked issue (not implemented yet) * precedes (end to start relation): start date of the related issue depends on the due date of the preceding issue (implemented). A delay can be set so that the related issue can only start n days after the end of the preceding issue. When setting dates for an issue, dates of all downstream issues are set according to these relations. An ... answers, not guessings. Regards, Nikolay
- Help: RE: How "Related issues" works exactly?
- I'm using #100 as the one you set the relatio ... * Related - Just adds a link to the other issue * Duplicates - Links issues so that changing the status of one, will ch ... now. * Precedes - Defines an "order", where issue #100 needs to be completed x days before y c ... cates. Related is great for linking similar issues. I've added this documentation to the [[FAQ]]. Eric
- Open discussion: RE: Import issues from a CSV file
- That will be really useful !! Good Idea, I think.
- Open discussion: RE: What about repeating issues?
- Can you describe what you mean by "repeating issues"? I have difficulties to understand what you mean that way...
- Configuration issues, errors listed below. Thanks for your help ... ::RubyRun) Dispatcher.dispatch
- Open discussion: RE: Column spent in issues list
- I agree. It would be very nice to see the time spent in the issue list. Also, I suggest the possibility to change the "% Done" in the time log screen. Guilherme
- I don't have exact vison how to do it, but it ... monthy activities, etc.). What do you think?
- Help: RE: Are Plugins Working Differently In Trunk?
- Hi Eric, It turns out you were right! I a ... y change to environment.rb causing my plugin issue. After adding the the line mentioned in t ... rking again. Thanks for the help! - Jim
- There is no email notificaion when I added News or Document. I use version 0.6.4. Issue and Message are working.
- Help: RE: Are Plugins Working Differently In Trunk?
- Hi Eric, The odd thing is that they were a ... Google Calendar plugin last week without any issues.) However, after the upgrade, I get an ... h a version of trunk from the last day or so?
- Help: RE: Git repositories
- Hi John, thanks for the reply. Unfortunate ... your response, you have not experienced this issue which makes me think I have something going ... what I can find out. Thanks again. Jim
- Help: RE: Git repositories
- Hopefully, this will be my last Git integrati ... low with the Redmine repository viewer. The issue with this is: # You have to log into your ... ? Are there any ways around either of these issues? (i.e. rake, cap, or chron tasks to automate the pull's for us?) - Jim
- What is exact meaning of all four states (rel ... automatic notification for owners of blocked issues, when blocking issue was closed? IMHO it can bee good idea to ... just changes a few strings in CZ ;) Thanx!