Create issues via GET request plugin
Added by Piotr Duda about 14 years ago
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:
<a href="http://jira.atlassian.com/secure/CreateIssueDetails!init.jspa?pid=10420&issuetype=3&summary=say+hello+world">here</a>
Is there Redmine plugin/api which allows for such a use case? The REST API is inconvenient for my use since I would like to allow users to create new issues (with pre filled data) through a link sent in email and I don't want to use JavaScript for the job.
Replies (1)
RE: Create issues via GET request plugin
-
Added by Piotr Duda about 14 years ago
If anyone is interested I have created a suitable plugin:
http://www.redmine.org/plugins/redmine-post-link-plugin
Piotr