Search
Results (18292)
- Hi! I was looking for a plugin which will allow user to get a list of projects and issues from remote Redmine, but I couldn't found any. As I can see REST API exists, project and issue list can be retrieved from remote Redmine. ... t would be nice to get list of projects with issues from remote Redmine and be able to read/create/update/delete issues to remote Redmine from another Redmine. ... of plugin or it doesn't existing? Cheers!
- I've created a custom field of type Boolean c ... orkflows get processed in the context of the issue, does this even have access to the custom_va ... thing like: <pre><code class="ruby"> if @issue.status_id_changed? if @issue.status_id==13 @custom_field_id(5).value ... the plugin) <pre><code class="ruby"> if @issue.status_id_changed? if @issue.status_id==13 raise WorkflowError, "#{@issue.id}" end end </code></pre> It throws the error as dictated and displays the issue id. Good, I can get SOME sort of debug. If I run: <pre><code class="ruby"> if @issue.status_id_changed? if @issue.status_id==13 raise WorkflowError, "#{@ ... m values? Please tell me I'm wrong. -David
- Help: RE: Redmine 2.1 Issues - 404. Trouble
- I just stumbled across this thread with the same issue and I wanted to add my fix in case it helps ... rate command and restarting redmine fixed my issue.
- Help: RE: Notify users for open issues
- On Redmine 1.x I was using a customized versi ... anymore but there should be an equivalent.
- Help: RE: Upgrade on version 3.1
- Hello, It seems to be a problem with the t ... migrations correctly? Do you have the same issue with a new user? Cheers,
- How can i remind my users they have open issues? I want to send the reminder once a week. Thanks, Snir.
- 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