Search
Results (18300)
- Dear listmembers, I've set up a new installa ... port, take care Dieter Jurzitza
- Plugins: RE: Redmine (3.0.x) Mylyn connector
- Hi, does anybody know any solution for this issue ? Redmine 3.x is great, but no possibility ... ia Mylyn is very important blocker. Thanks !
- Open discussion: RE: Private Notes
- Looking at the result of both the filed issue and the discussions here, there seems to be ... etting through to the devs by creating a new issue, as long as your descriptions are clear or written differently. I think filing a new issue with a clear change request, stating that "_ ... pen. I'm sure there are templates for filing issues that should be followed, see if you can fin ... lly, I cannot conclude whether this specific issue is a bug or not. Seems like the devs underst ... haviour using settings, but the notes in the issue itself makes this whole topic confusing.
- Plugins: RE: Redmine-Periodic-Task v3.0.1 Error
- Hi! I'm the maintainer, didn't see this message. I fixed this issue. It should be working ok now (version 3.0.3) ... ng is not working right, directly opening an issue in gihub.
- You are invited to participate in our survey about issue tracking systems (ITS) — tools used for mana ... ct Dr. Davide Falessi at DFalessi@calpoly.edu
- Hi all, I am getting lots of server internal error. this type off issue is coming 100 time in a days. Below serve ... 44f6A89ipaHv+4C3DjpYlDk3YWIAGk27p0xK39UU=", "issue"=>{"is_private"=>"0", "project_id"=>"49", "t ... d"=>"38", "fixed_version_id"=>"100", "parent_issue_id"=>"21599", "start_date"=>"2015-09-09", "d ... have dropped a mail for this since there is issue on redmine for attaching screenshot.", "priv ... 44f6A89ipaHv+4C3DjpYlDk3YWIAGk27p0xK39UU=", "issue"=>{"is_private"=>"0", "project_id"=>"49", "t ... d"=>"38", "fixed_version_id"=>"100", "parent_issue_id"=>"21599", "start_date"=>"2015-09-09", "d ... have dropped a mail for this since there is ...
- Help: RE: Email notifications
- Hi I just telneted to the machine and was able to send an email via telnet no issues, the exchange server is set to be used as a ... he application to enable them. Thoughts?
- Plugins: RE: Custom_Workflows: Change Custom Field value when a specific Status is set?
- Ok, I found more documentation on the plugin: ... e(5) != custom_value_for(5).try(&:value) @issue.status_id=13 end </code></pre> will suc ... ay around. Any ideas on what I'm doing wrong?
- 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