An open API service indexing awesome lists of open source software.

https://github.com/intera/redmine_redirect_after_create

Redmine plugin for custom redirects after ticket creation.
https://github.com/intera/redmine_redirect_after_create

redmine redmine-plugin

Last synced: 4 days ago
JSON representation

Redmine plugin for custom redirects after ticket creation.

Awesome Lists containing this project

README

          

# redmine_redirect_after_create

This Redmine plugin allows to specify a custom redirect URL when a new issue is created.

You can use it by appending the redirect_url parameter the the URL for creating a new issue.

For example:

http://my-redmine-url.tld/projects/myprojects/issues/new?redirect_url=/projects

This URL will redirect the user to the projects overview after the ticket was created.