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
2
votes
2 answers

need Redmine plugins

I`m using Redmine for work in my company and I need some solutions (plugins) for: Advanced email config (user must have ability to mail when status changes and when assigned user changes) Fetch email and create ticket When ticket is closed should…
KonstantinKuklin
  • 307
  • 3
  • 12
2
votes
2 answers

Add existing helper in an extended controller (Redmine Plugin Dev)

Can anyone guide me through the right way to add an existing Helper into an extended controller which previously did not contain this helper. For example, I have extended the timelog_controller.rb controller in timelog_controller_patch.rb. Then, I…
Dan A.S.
  • 654
  • 8
  • 24
2
votes
3 answers

403 Error using redmine_s3 plugin on Heroku

I am running Redmine (1.2-stable branch from http://github.com/edavis10/redmine) on Heroku and want to use the redmine_s3 plugin (https://github.com/tigrish/redmine_s3) to store the assets on S3. I used this guide for the setup:…
Manuel Meurer
  • 3,238
  • 6
  • 35
  • 50
2
votes
1 answer

Including jquery in a Redmine plugin

I am trying to make a Redmine plugin that uses jquery. I get conflicts, when I add the following line in my view: Uncaught TypeError:…
user852689
  • 751
  • 1
  • 10
  • 21
2
votes
1 answer

Testing in Redmine

I've created a plugin for Redmine, and now am having difficulties writing the test cases for it. I am not using any framework like rspec for this, just the default asserts provided by rails. I first ran my test by running the file trough the ruby…
user852689
  • 751
  • 1
  • 10
  • 21
2
votes
0 answers

How to create Gitlab issue from Redmine

Is that possible to create a new Gitlab issue from Redmine? I meant when we create a Redmine issue it will automatically create an issue in Gitlab. So in this case, our client will create an issue from Redmine and that issue will be handle with our…
2
votes
2 answers

Getting "Could not locate Gemfile" installing a Redmine plugin in docker

Trying to install a plugin in redmine, using docker. I'm new to redmine, and just know the docker basics. I have no knowledge of Ruby, so idk how those Gemfiles installations work. I'm trying to install Issue recurring. The installation instructions…
Sebastien Diot
  • 7,183
  • 6
  • 43
  • 85
2
votes
0 answers

Unable to run bundle exec rake

I'm trying to install backlogs module on my Redmine server, exactly following this guide: https://backlogs.github.io/www/en/installation.html Though, that is what happens: root@tannenfels:/var/www/redmine# bundle exec rake redmine:backlogs:install…
Tannenfels
  • 58
  • 4
2
votes
1 answer

Redmine/Ruby/Rails - Use custom helper methods inside of another custom helper

I don't know Ruby&Rails, but I would like to build a small custom Redmine plugin for my personal needs. And I have faced with the problem which might look quite straightforward for Ruby experts. I have two helpers (modules): helper1 helper2 And I…
2
votes
1 answer

Redmine email notifications

I am starting to work with redmine and I need to configure the email notifications for users I want users to receive emails when there is an issue assigned to a group they are part of,but I also want some specific users (like managers) to receive…
user7597554
  • 95
  • 4
  • 11
2
votes
4 answers

Redmine: create issues via GET request

In JIRA it is possible to create new issues through a simple GET request: http://confluence.atlassian.com/display/JIRA/Creating+Issues+via+direct+HTML+links. A simple example of such a…
Piotr Duda
  • 1,767
  • 11
  • 12
2
votes
1 answer

Redmine - Extending context menu

I want to extend the functionality of the context menu of a Redmine plugin. I found the context menu view I want to modify. However I feel lost. I am new to Redmine api. I want to be able to select some items and make a function to only show these…
2
votes
1 answer

How to enable/disable redmine plugin?

I have a situation in my redmine installation that I want to enable a plugin including its all features for a couple days in the month. Is there a way to enable/disable a redmine plugin via configurations without adding/removing it from source?
Ramiz Raja
  • 5,942
  • 3
  • 27
  • 39
2
votes
1 answer

Why do I get old SAML assertion even I updated data in IDP(OpenAM 12)?(cleaned cached data from browser)

Scenario: 1) Browser(User) requests resource from Service Provider (SP). 2) SP Redirects (with SAML Request) to Identity Provider (IdP). 3) Since it is first login, User gives the (IdP) his/her valid credentials. 4) IdP then redirects Browser (with…
Umesh Rajani
  • 139
  • 2
  • 13
2
votes
1 answer

How to solve error "422:invalid authentication token" in Redmine

In redmine I am getting 422:invalid authentication token and the logged in name is displayed with other user name instead of login user. There are no steps to reproduce. All of a sudden it occurs and it will be proper when I refresh the link. Please…
ruby
  • 63
  • 1
  • 9