Search
Results (18279)
- 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 :)
- Help: RE: E-Mail Issues and Logging
- I finally found the source of my problem (I'v ... . Is that an option? Thanks again, Mike
- Hi, I am updating my plugin from Redmine 0 ... dmine, and am wondering if there will be any issues porting it to Redmine on Rails 4. There ... could use a refresher as well. Christopher
- Hello, I am having some trouble receiving ... e 2.2.15 Thanks for your help! Mike
- Help: RE: Error installing Redmine (cannot load such file -- mysql2/mysql2)
- I had the same issue I believe that what solved the issue for me was to remove all the gems, then inst ... sure this did the trick though, had several issues
- We have a fairly large redmine implementation - About 35,000 issues and 1600 users across 20 projects. I'm hopi ... ngs on various views are as follows: View Issue: Rendered issues/_action_menu.html.erb (15.2ms) Rendered issue_relations/_form.html.erb (5.8ms) Rendered issues/_relations.html.erb (11.2ms) Rendered issues/_action_menu.html.erb (4.9ms) Rendered issues/_form_custom_fields.html.erb (10.3ms) Rendered issues/_attributes.html.erb (645.0ms) Rendered issues/_form.html.erb (684.0ms) Rendered attachments/_form.html.erb (7.4ms) Rendered issues/_edit.html.erb (717.1ms) Rendered issues/_sidebar.html.erb (15.8ms) Rendered watchers/_watchers.html.erb (9.2ms) Rendered issues/show.html.erb within layouts/base (849.4ms) ... : 659.7ms | ActiveRecord: 516.6ms* Update ...
- What's the best way to have a field / question that has multiple answers. The issue checklist plugin (http://redminecrm.com/proj ... way to solve this, you think? Thank you.
- I have a custom list, a field - with multiple ... entire sentence when I want to create a new issue. What would be the best way to fix this? ... ingle column custom field plugin? Thanks.
- Hi I've been trying to get redmine running ... ne and went trough them without all to many issues, but when I go to the url which is supposed ... stalled thanks in advance for helping me
- Hi, I've been trying to find information about workflows from the REST API. I've got all the issue statuses, but I don't know how I can get the allowed transitions for a given issue status. Am I missing something? Thanks Benoit
- Hi there, Attempting to add an issue containing a CUSTOM field: curl --insecure -X POST -H "Content-Type: text/xml" -d "<issue><subject>MyTest</subject><project_id>1</proj ... Sev2</value></custom_field></custom_fields></issue>" http://4216cd0mykeyhere571938e60:X@my.ip.address.here:8888/redmine/issues.xml I get this as an error: <!DOCTYPE ... k()">Back</a></p> </body> </html> The issue posts successfully WITHOUT the custom field. ... the syntax for being able to 'UPDATE' (PUT?) issues as well
- Just like e.g. http://www.redmine.org/projects/redmine/wiki/Rest_IssueStatuses gives me a way to enumerate all Issue Statuses, I'm looking for a way to globally ... y question:* Does such an API call exists?
- Hi. This is with reference to http://www.redmine.org/projects/redmine/wiki/Rest_Issues A sample get request can be made using - @GET /issues.xml?created_on=%3C%3D2012-03-07@ However ... @2012-03-07 21:15:20@ how do I do that?