Search
Results (18279)
- Is there any way in Redmine to notificate assigned user that issue needs his/her attention on certain date and ... Monday at 3 pm. Manager creates new note in issue and *set field «Notification» at Monday 3 pm ... as set. Is this possible with any plugins?
- Help: RE: Parent task is not valid
- Hi Wandelson, You have to allow cross-projec ... on. Check that in Administration, Settings, Issue tracking. Cheers,
- Previously, if I wanted to add functionality ... example: I'm unsure of how to change how the issue edit forms are rendered through a plugin. Ad ... Thank you for any information or resources.
- Help: RE: how to search issue by custom field value
- Issue.custom_field_value contains Array of CustomF ... ustom_values, where fields: customized_id is Issue.Id and custom_field_id points to id in custo ... ould be search trough CustomValues.
- I'm using keywords in GIT commit messages to change the status of an issue. This works pretty fine, but by default ther ... 23 ..." should set the field "Resolution" in issue #123 to the new value "fixed" for example. Any ideas how to get this to work?
- Help: RE: LDAP troubles
- I had issues as well but none of the provided worked. th ... omain.local/user and it worked like a charm.
- Development: RE: How to get a project's custom field value from mailer.rb
- custom_field_values points to array, so square pracet should be used <pre> :subject => "[#{issue.project.custom_field_values[0].value} </pre>
- Help: RE: Creating an issue fails for SpiraTest syncing to Redmine.
- Hello Derek, The error you have seem quite c ... gin for documentation and support. Cheers,
- Hello everybody I'm using two different ve ... orks well again. I think it's not a Redmine issue, but I don't understand and it is awkward. ... e has an idea, thank you in advance Stéphane
- I've been fighting with this plugin for ages now, still having issues getting things to work and I honestly don't ... ps://github.com/thumbtack-technology/redmine-issue-hot-buttons has not been updated in just ove ... ng "my own fork":https://github.com/ZaLiTHkA/issue_hot_buttons in which I've made some minor in ... , but nothing extensive. One aspect of my issue can be seen in the following snippet: !Issue-Hot-Buttons.png! On a fresh install of 2. ... gs@ table, in an entry with the name @plugin_issue_hot_buttons@. I have tried clearing this row ... but I will not post it directly on the forum.
- Dear Madam/Sir, I'm using the SpiraTest wi ... plugin offering from SpiraTest. If I create issues in Redmine, incidents are created in SpiraT ... However If I create incidents in SpiraTest, issues cannot be created in Redmine. Error logs are as below. Could you help us on this issue? Thank you. ============================ ... ==================== Started POST "/redmine/issues.xml" for 10.10.101.101 at 2014-09-26 06:14:23 +0000 Processing by IssuesController#create as XML Parameters: {"issue"=>{"subject"=>"CTester: 2 created on 9/26", ... ActiveRecord: 1.4ms) Started POST "/redmine/issues.xml" for 10.10.101.101 at 2014-09-26 06:14:23 +0000 Processing by IssuesController#create as XML Parameters: {"issue"=>{"subject"=>"CTester: 2 created on 9/26", ... able.rb:55:in `custom_fields=' app/models/...
- Help: RE: Redmine 2.X Tuning with MySQL
- Hi Martin, Everything is working better no ... n! We got to a point that pages like "new issue" with thousands of users in project where ta ... things remain stable for a while. Regards
- Hello So, i have configuration file with s ... settings to another domain and got the same issue What is wrong? Thank you
- Development: RE: How to search issues by their historical status?
- Hi Haihan, I suggest: <pre><code class="ruby"> issues_closed_yesterday_count = Issue.where('closed_on > ? AND closed_on < ?', D ... Date.yesterday.to_time.end_of_day).count issues_opened_yesterday_count = Issue.where('created_on > ? AND created_on < ?', ... Date.yesterday.to_time.end_of_day).count issues_opened_and_not_closed_yesterday_count = Issue.where('(created_on > ? AND created_on < ?) A ... Date.yesterday.to_time.end_of_day).count issues_opened_yesterday_and_still_opened_count = Issue.where('created_on > ? AND created_on < ?', ... his code, there could be mistakes. Cheers,
- Hello, i've got some issues with importing UTF-8 MySQL table to redmine ... .gsub(/\[ticket\:([^\ ]+)\ (.+?)\]/, '"\2":/issues/show/\1') # ticket:1234 ... dmine plugins: no plugin installed </pre>
- New to Redmine and Ruby/Rails in general, and cant seem to find the answer to my issue. I'm writing a plugin that has a single mode ... e please shed some light on this? Thanks!
- Open discussion: RE: Running Redmine as a Rails Engine
- Anyone? Maybe I should open an issue for this.
- Help: RE: Editing an issue - SystemStackError (stack level too deep)
- I now have this problem. I do not understan ... y also forgotten law. Tell me what you did.
- Plugins: RE: Smart issues sort plugin
- @Muditha, @Andrew, have you run "rake redmine ... omatically the substitution you made manually
- Plugins: RE: Smart issues sort plugin
- Muditha, I just installed the plugin on redm ... ot working correctly. I was able to fix the issue by replacing: redmine_smart_issues_sort/app/views/queries/_form.html.erb with: redmine_smart_issues_sort/rev/app/views/queries/2.3.2-_form.html.erb Hope that helps!
- When fetching changesets, I get a stacktrace ... e. Any idea what I need to do to fix this issue?
- Hi folks, Is there any plugin for inheritance/import of Issue categories across projects
- Open discussion: RE: Tasks evolution reporting using snapshots
- Hi Ivan, Activity tab shows: A new issue (feature, defect...) has been created. The status of the issue has been changed. The given issue has been closed. A note to the issue has been added. This means a changeset ... asks evolution but filter out "A note to the issue has been added." (not possible at least as w ... y. Also, we should be able to filter out new issues creation for some types like quotes. But ... Tasks hierarchy should be imediatly visible.
- I need to exclude the default status in status list when a issue is managed. This is because I need different ... from workflow. I find these istructions in issue_status.rb Returns the default status for new issues def self.default where(:is_default ... lugin_views_revisions 0.0.1 redmine_smart_issues_sort 0.3.1 redmine_spent_time ... 0.0.1 redmine_workload 1.0.2
- Help: RE: Error 500 when accessing an edited issue
- Try to uninstall all plug-ins and restart red ... to find if there is any plug-in has problem.