Search
Results (18291)
- hi, Would like to create a role which gets all issues from a project assigned to him so he can assign them later to another person. Even if the issues were displayed in "my page" would do it. Any ideas? Regards
- Hello, I installed redmine (2.3.1.stable) and have just applyied a patch (5458-use_time_in_issue_start_and_due_date_2.3_stable.diff). Functi ... _users_new_html_erb___363159211_94562860'
- Like in topic. How to make parent issue autoclose after all his sub-issues are closed/resolved. Regards. //Solved +issue_helper+ <pre><code class="ruby"> def parent_close roots = Issue.root a = Issue.find(roots).descendants.count b = Issue.find(roots).descendants.where(:status_id == ... tus_id, 5) end end </code></pre> +issue_controller+ <pre><code class="ruby"> before_filter :parent_close, :only =>[:index] </code></pre>
- Hi, After redmine update when I try to sea ... t&scope=&all_words=&all_words=1&titles_only=&issues=1&news=1&documents=1&changesets=1&wiki_page ... ion problem? Thanks in advance for helping me
- Good morning, Is there any way that i can ... kind of problem. *http://www.redmine.org/issues/12969*
- Dear helpers, I type some data in traditional chinese in my project, issue list, it displays correctly on the screen, b ... cters. Does anyone know how to solve this issue? I will be deeply appreciated. Thank you, Shu
- Hi guys, I just installed Project Overview ... ) on my Redmine 2.3.2 version, and I have an issue with displaying of "Progress" for my project ... ks fine, so it might be a small fix for that issue, I hope. Please let me know if you have any ... e it work correctly. Thanks a lot, Sergey
- Plugins: RE: Detailed tabs and time in Issue (v 0.0.6)
- Hi Mark, we just installed your plugin, th ... ts", is it possible? Thanks in advance! :)
- Hi , We need to integrate Redmine project w ... atabase Schema for the relationships between issues,users,comments and Journals and are referen ... s to how a journal item can be linked to an issue? as according to the diagram it is only link ... f some one can throw some light as to how an issue can be related to a Journal. Regards, KG
- I'm just installing redmine for a friend of m ... running everywhere Please help me. Chris
- Hey Everyone, We are currently running Red ... Migration was successful however we have an issue where no users are receiving notifications r ... ore information, please let me know. Flexo
- Plugins: RE: Detailed tabs and time in Issue (v 0.0.6)
- ok glad u worked it out, ill take a look and ... oading it. there seems to be a compatibility issue also , going to try to get that fixed over the weekend. Glad to see ppl using it :)
- Hello, I've been trying to fix this proble ... ave from production.log <pre> Processing IssuesController#show (for 122.52.117.41 at 2013-0 ... Parameters: {"id"=>"3697", "controller"=>"issues", "action"=>"show"} Rendering template within layouts/base Rendering issues/show Completed in 13222ms (View: 8537, DB: 305) | 200 OK [http://www.abc.com/issues/3697] Processing AttachmentsController ... le Anyone can share some advice? Thanks!
- Plugins: RE: Detailed tabs and time in Issue (v 0.0.6)
- Ok, I've found a solution. ZIP archive from GitHub contains folder named "redmine_issue_detailed_tabs_time-master". So, after upload ... ns folder it needs to be renamed to "redmine_issue_detailed_tabs_time" and everything would be ok. Thank you for this plugin!!
- Plugins: RE: Detailed tabs and time in Issue (v 0.0.6)
- Hi, Mark! I've installed your plugin, restart ... . Maybe i'm doing something wrong? Thank you!
- Before I describe my question, here's the req ... ver... Is there any way to mass/bulk edit issues, either through the right-click convenience ... made sense...thanks in advance for any help.
- Help: RE: Migration from TRAC - Users are not migrated
- This is a known issue. I have submitted a fix, but it has not been integrated into the Redmine code yet. See #14646
- Hi, I'm developing a plugin to customize issues list (using saved queries, kanban-board). I ... only to this plugin page (access to regular issues list is disallowed). On my Redmine instance (1.3.2+dfsg1-1ubuntu1) plugin works as expected (issues are visible in plugin page, but regular issues list and issues themselves are not available). But on other ... with same settings) plugin page doesn't show issues (empty result), while permission "View Issues" is disabled. Which of those behaviors is correct? Why is it different? How I can get issues in plugin, when access to them is not allowed for current user?
- Hello, As the subject says, I need to create a "Client" role that can only view the issues in his watched list. That sounds simple at ... "Roles" screen there are only 3 options for issues visibility: # All issues # All non-private issues # Issues created by or assigned to user The first ... er, since he'll be able to see virtually all issues as well. The third doesn't have any effect ... a task be done in Redmine? Thanks in advance.
- Nevermind. Ignore this question. I only nee ... might be related: http://www.redmine.org/issues/7688 But I already have the mongrel.rb p ... only needed to update the mongrel.rb patch.
- Help: RE: Query Redmine API for Issues, by keyword?
- I've now found a way to do it. I can do cf_2=somevalue
- Help: RE: Query Redmine API for Issues, by keyword?
- It looks like "keywords" may be a custom fiel ... r how to query for these either though. :(
- Is there a way to query the redmine api for issues, by keyword? E.g. my company uses several keywords internally, for example "customer" for issues reported by customers. Is there a way to query redmine's issues API endpoint for these? I see on the API ... //www.redmine.org/projects/redmine/wiki/Rest_Issues - that there are more filters than just wha ... . Is there an actual list of these somewhere?
- Is it possible for any action which brings up and issue to automatically initiate the update action? ... ction Database adapter MySQL
- Help: RE: unable to run redmine with fcgi
- I can try that, but I still wonder what the issue may be though Could you please tell me what ... che how-to? thanks for the help already :)