Questions tagged [redmine-plugins]

Redmine is a flexible project management web application written using Ruby on Rails framework.

http://www.redmine.org/projects/redmine/wiki/Features

377 questions
1
vote
0 answers

How to add an issue trackers(Bag,Feature,Support) to existing project?

How to add an issue trackers(Bag, Feature, Support) to the existing project? Please, help to solve [enter image description here][1]var project = manager.GetObject(project_id, null); project.Description = "Updated description"; …
tmp20
  • 113
  • 6
1
vote
1 answer

(Javascript-HTML) put formulary variable inside a TD

I build this formulary using appends in a div. var ip = $('#issue_custom_field_values_87').parent(); $('#issue_status_id').closest(".splitcontent").after($('
'));…
1
vote
1 answer

In redmine how do I Send notification with new issue id to sender of email that created the issue

I have Redmine set to create issues on incoming email - unkown_user=create. I would like to send the user an email confirming receipt of the issue with the new issue id. Is there a way to do this? On a related note, while the user is getting created…
shikarishambu
  • 2,219
  • 6
  • 35
  • 57
1
vote
1 answer

Best way to keep track of contributions / give "credit"

Possible Duplicate: How to give credit / keep track of contributions? We're using Redmine & SVN to manage a community project with lots of small code submissions. Starting to run into the problem of losing track of who coded what part, as often…
user664730
  • 51
  • 2
1
vote
1 answer

unable to open the ticket in Red-Mine from From Gmail

I am trying to open ticket in RedMine from Gmail. Getting below error - below is the command i am trying to execute - rake redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com port=143 username=my_gmail_id password=******…
nishant
  • 89
  • 1
  • 2
  • 9
1
vote
2 answers

Redmine plugin creation - Could not find generator 'redmine_plugin'

I run Redmine 3.4 with Rails (5.2.0) and Docker 18.03.1-ce on Ubuntu 16.04 Xenial (which is new for me), following this GitHub repository: https://github.com/sameersbn/docker-redmine I create my Rails app in the same folder where the…
mfedossa
  • 21
  • 5
1
vote
2 answers

redmine with smart http and redmine_git_hosting does not allow pushing to repository

Redmine version: 3.4.4.stable redmine_git_hosting plugin version: 1.2.3 gitolite v.3 HTTPS only access to repositories. I can clone OK but when pushing I get the following error: fatal: Authentication failed for '' On the server side in…
1
vote
1 answer

Child dropdown list refresh from parent value selected

I'm new to Ruby, as the below code I still have the previous value selected after I changed the parent value, I need help to find out a solution for this matter: CODE here is my JavaScript code $(function() { var parentFieldId =…
1
vote
1 answer

rendering multiple partials after issue description in redmine plugin

How to render multiple partials after issue show description below is my code in hooks.rb render_on :view_issues_show_description_bottom, partial: 'issues/my_description' render_on :view_issues_show_description_bottom, partial:…
Rebel Rider
  • 165
  • 16
1
vote
1 answer

Redmine / error on plugin migration

I try to migrate Redmine 0.9.1 to 3.4.2 and one migration plugin failed. The plugins is question My plugins migration failed with this command. bundle exec rake redmine:plugins:migrate RAILS_ENV=production I have this output: rake aborted! …
Amauche
  • 45
  • 1
  • 7
1
vote
1 answer

Redmine plugin that replaces words via regular expression?

I'm very new to Redmine/Ruby trying to achieve a simple plugin that takes the current wiki page content and matches/replaces everytime a word occurs via regular expression. How can I do this? Thanks! Dennis
FLX
  • 4,634
  • 14
  • 47
  • 60
1
vote
1 answer

Ubuntu rake aborted! NameError: uninitialized constant ActionDispatch::XmlParamsParser

I'm trying to install redmine's plugins on a machine with 16.04 ubuntu. Right now I'm trying to install agile plugin. I received the official documentation about how to install the plugin. I followed the step-by-step installation and I get stuck…
Tazz
  • 79
  • 13
1
vote
0 answers

Redmine project unit test failing

I have added a custom plugin to Redmine 3.2.1 and that plugin has introduced a new mandatory field project_type of string type, which can either be internal, partner or external. Now when I run project_test file, ruby test/unit/project_test.rb I am…
1
vote
1 answer

Redmine: Almost all plugins error 500

I installed Redmine on my Raspberry Pi 2. I tried to install some plugins, but almost all plugin causes Error 500. Redmine version 2.5.2.devel Ruby version 2.1.5-p273 (2014-11-13) [arm-linux-gnueabihf] Rails version 4.1.8 I only tried…
Feralheart
  • 1,881
  • 5
  • 28
  • 59
1
vote
1 answer

How to add history item from Redmine plugin using journal

I have update the meeting plugin. in this plugin when update the meeting it doesnot update the meeting history. like i change the subject for meeting it update the subject but dont update the history like issue. my configuration of redmine is as…
user5633496