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.
- Host: GitHub
- URL: https://github.com/intera/redmine_redirect_after_create
- Owner: Intera
- Created: 2015-07-06T11:21:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T15:32:56.000Z (over 1 year ago)
- Last Synced: 2025-10-28T14:30:46.182Z (9 months ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.