Search
Results (18202)
- Open discussion: RE: Combinening issues into SuperIssues if there is a trend.
- I agree that this feature it's hard to find !issue_relations.png!
- Issue Vote Plugin 0.0.1: !issue_vote.png! !issue_vote_query.png!
- Help: RE: Search related to #issue_id
- It's a feature, you will find it in search_controller.
- Plugins: RE: Web services
- Hi Dave, > > A regex checks for patterns in the comment, like "FIXED ISSUE#45". If it finds this, where do you search ... instead of being posted to the Plugin area...
- Open discussion: RE: Combinening issues into SuperIssues if there is a trend.
- Hi, Andrew? I'm not clear what you are referring to? How / Where do I manage issue relations? I don't see anything in the user guide or in redmine itself.... Thank you
- Hi. I want to search projects for all rela ... no results but I'am instantly redirected to issue #147 :-( How to search all entries (repository,comments,issues,forums) related to specific #issue_id ? It's a bug, feature, shit....?
- Open discussion: RE: Github issue tracker
- These ideas not new for Redmine, there are al ... s But GitHub implementation is interesting
- Hello, I would like all developers on my t ... three lines whenever a developer opens a new issue? Thanks!!
- http://github.com/blog/411-github-issue-tracker There are a few interesting ideas we could take from this: * voting on issues * labels (labels for assigned to? labels f ... ?) Anywho, something worth thinking about.
- Help: RE: Deleted WIKI pages
- Ok thanks Mischa, I will add the issue. Is there a way in markup to refer to a t ... just copying the http link location? Paul
- Open discussion: RE: Remove fields from new issue page
- Additionally, in the issues' tab under "Planning" the calendar and gant ... ere a way to turn off these features as well?
- Open discussion: RE: Combinening issues into SuperIssues if there is a trend.
- You can use issue relations - dublicate. Once one issue is closed all dublicates will be closed automatically
- Help: RE: There's no browse panel in repository
- Thanks for the fix John. I also had the same issue, but on a dreamhost account. It seems tha ... = "/home/account/bin:#{ENV['PATH']}" </pre>
- Hello I've seen similar questions but I' ... er didn't not assign category and user to an issue? Right now - it just keeps sitting ther unti ... default user who is going to get assigned to issues if they are not selected? Alternatively can ... and category-field be mandatory? Thank you
- Hi. I was wondering if there is a way to do this in redmine. If there are multiple issues of similar nature : let's say phones are no ... e a way to combine them together into a SuperIssue or MajorIssue - so that one you resolve major issue - all the related/combined issues are marked as resolved / closed? Thank you
- Help: RE: Deleted WIKI pages
- Paul Quirk wrote: > [...]I've just discovere ... as well[...] I can confirm the described issue using current trunk... Paul Quirk wrote: ... dy available (AFAIR this == true) open a new issue to report this behaviour referring to this f ... f the childs... Kind regards, Mischa.
- Plugins: RE: Using Scrum Alliance Plugin for Redmine
- Does anyone have a clear explanation of how t ... e's what I've done and here are my questions/issues. * Installed the plugins (redmine_scrum, burndown, issue_grouping, story_decomposition) * Set up a s ... tional but... * I have written a bunch of issues - they don't show up in the product backlog ... m tabs. Would expect that if I wrote a story/issue it would pick it up * Only if I go to the s ... So basically the question is how do I use Issues as "Stories" and integrate it with the scrum tools provided? Of should I just use versions and issues as the scrum tools and not bother with the ... first... Thanking you all in advance.
- Hi all, I'd like to know if there's a way to remove the following fields from the "New Issue" page. *Start *Due Date *Estimated time *% Done Thanks, Ryan
- Help: RE: Connect Issue list to TortoiseSVN
- Bertrand Larat wrote: > like that ? > http: ... 2/topics/2240#message-2297 of this topic :)
- I managed to install the schedules plugin on ... updated to 0.8.3 but this doesnt resolve the issue. The log file shows this error: Action ... :user_id => entry.user.id if @user.nil? %>
- Help: RE: subclassing issues_controller in a plugin getting 403 error now
- One thing I always forget to do is to go and ... you're overriding use the full @<%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %>@ setup and send the link back through the ... that I'd need more info about what you have.
- Help: RE: subclassing issues_controller in a plugin getting 403 error now
- Sorry, but I'm having your same problem... C ... reconstruct what you've done to resolve the issue...
- Plugins: RE: Rails Engines and extending the issue model
- Fixed adding: <pre> require "application" </pre>
- Help: RE: Connect Issue list to TortoiseSVN
- like that ? http://www.redmine.org/boards/3/topics/5420
- Plugins: RE: Rails Engines and extending the issue model
- I've the same problem, I can't extend a contr ... h) </pre> Anyone has any clue about this?