Search
Results (18336)
- Is there a way to restrict what issue type (tracker type) can be created by a cert ... ole. I want that the customer can create bug issue but not feature issue.
- Help: RE: All Issues shows "visibility is not included in the list"
- In case anybody was wondering... I just clear ... ermission off thinking it wasn't needed. The issue doesn't show up until the app pool is recycl ... ious the permission change was cause of this.
- Help: RE: Changing the email template
- Hi, Igor This is my patch for Redmine 2.6. ... t well, but hope this help. * app/helpers/issues_helper.rb <pre><code class="diff"> diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index ab78fe0..44aee8f 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -234,7 +234,7 @@ module IssuesHelper def email_issue_attributes(issue, user) items = [] - %w(author stat ... gned_to ).each do |attribute| unless issue.disabled_core_fields.include?(attribute+"_id") items << "#{l("field_#{attribute}")}: #{issue.send attribute}" end </code></pre>
- Dear Redmine community, I would like to see the full subject for all issues in the search results. By default long subject titles of issues get shortened by "..." !search.png! ... this behavior? Thank you for your help!!!
- We modified the apps\redmine\htdocs\app\models\issue_query.rb line 262 to sum the subtask and parent hours in the "Issue" report. Here's the updated line: @:sort ... ry.table_name} WHERE #{TimeEntry.table_name}.issue_id in ( select id from #{Issue.table_name} where parent_id = #{Issue.table_name}.id or id = #{Issue.table_name}.id )), 0)",@ We're using the ... ny areas to look to help troubleshoot?
- Help: RE: Changing the email template
- I'd like to make same modification. But in R ... version)%>:" statements in app/views/mailer/_issue.text.erb Any advice?
- Open discussion: RE: Redmine Performance with more than 100.000 Issues
- Hi Jan, thanks for your answer and sorry for ... e a good performance? Regards, Julian
- Help: RE: Error 500 on large Wiki updates
- OK I just ran into this issue it's saying "internal error". How to fix it? ... document isn't even large it's only 50 lines
- Hi, Kindly assist on how to set the Base DN. ... u. Please ignore. Fixed it using Filters
- Hi, I tried ckeditor plugin along with cke ... covered that "Paste screenshots into body of Issue - as images plugin":http://www.redmine.org/p ... s. Suggestions are very welcome. thanks
- I have a few questions regarding Rest API and ... th the Redmine GUI it is possible to copy an issue including the attachment(s). Is it possible ... same with the Rest API? - When we have an issue with attachment(s) it is possible with the Rest API to create a new issue with some fields of the original issue. But is it also possible to add/attach/copy/... the attachments from the original issue to the new issue? If so, how is this done? If not, how is t ... on Database adapter Mysql2
- Hi, Am looking for a pro to help iron out ... I'm getting 404 errors when I try to look at issues. Could be some ongoing work to keep up with ... me now your rates. Very best, roheap
- I am trying to re assign a large number of pr ... ble. This partially works, except all the issues associated with the projects that were "mov ... make this bulk change. thanks in advance.
- Hi When I edit an issue, the system write by default a new note. To ... ystematically the edit textarea ? Thanks
- Hello, I recently upgraded redmine to version ... n I try to click on "Quote" or "Watch" in an issue I get the "Loading" dialog in ajax but there ... n.log, but I get nothing there. Any ideas?
- Dear Forum, In the past I had a similar er ... e I tried to bulk update several hundreds of issues, but got a proxy error. We solved it with t ... lready occurs with a bulk update for only 15 issues. I get an _Internal Error An error occ ... the bulk update: _Started POST "/redmine/issues/bulk_update?back_url=%2Fredmine%2Fprojects%2Fgeomolg%2Fissues%3Fc%255B%255D%3Dassigned_to%26c%255B%255D%3 ... ids%5B%5D=1906&ids%5B%5D=1965&ids%5B%5D=2214&issue%5Bcustom_field_values%5D%5B1%5D=Open" for 5.43.200.102 at 2015-09-01 10:10:50 +0300 Processing by IssuesController#bulk_update as HTML Parameters: ... Q==", "back_url"=>"/redmine/projects/geomolg/issues?c%5B%5D=assigned_to&c%5B%5D=subject&c%5B%5D ... ", "1540", "1695", "1906", "1965", "2214"], "issue"=>{"custom_field_values"=>{"1"=>"Open"}}} Current user: alex (id=1) Rendered mailer/_...
- Hi there, I'm updating an issue via Redmine's REST API. I wonder how to achieve the same result I get when I try to update a stale issue using the Web UI, where I get an error saying that there's a conflict. I tried calling PUT /issues/{id}.json "last_journal_id" and "lock_versi ... ces. None of them work. I mean I updated the issue, but was expecting the call to fail with 409 ... sing-redmine-rest-api-to-concurrently-update-issues but there's no example of a request that wo ... conflict. Thanks for any tips. Cheers,
- Dear all When i open new issue and fill time that i estimated in estimated time field and submit this issue to the developer . What should I do to di ... he developer can't edit estimat time field ?
- Open discussion: RE: Auto Add as watcher when an issue has been marked with a Certain Tracker
- Hi Tom, Your req is more specific to your ... use version redmine versino 3.1.0 and it has issue category where you can define the owner _(em ... his account automatically)_ Regards, Minh
- Open discussion: RE: Email issue
- We run the email server ourselves and the set ... nd I removed the extra :. Thanks Andrew
- Open discussion: RE: Email issue
- Hi Andrew, _(It's just my experience. I am ... ing services Hope it help. Regards, Minh
- Open discussion: RE: Install redmine 3.1 - Centos 6.5 - fail first access
- Hi Federico, Did you get any solution for this issue, if yes then please share that information w ... Skype ID: ssingh917 sandeep.singh@adaan.com
- I installed redmine 3.1 earlier this week (Wi ... ay I logged into my redmine server, and the "Issues" tab now just displays a "visibility is not ... le plugin), I get the I am able to see all issues by creating a custom query (with status=any). I am able to see all issues that have been assigned a version on the ro ... 3.1.1 redmine_lightbox2 0.2.2
- What to expect when copy an existing project? ... tomatically? Documents, news, wiki, existing issues? For me it's copying issues for the last year only and just for one tra ... how this feature supposed to work. Thanks.
- Help: RE: Rake email:receive_imap urgently needs your help guys
- Set log level to debug in ./config/additional ... e', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. ... low_override=project,tracker,priority </pre>