Redmine and remote website integration
Added by pasquale notarangelo over 10 years ago
Hi, I'm new here! I'm using redmine from a few months. Recently I also installed Mercurial and I connected it to redmine. Everything works fine.
Mercurial and Redmine are installed on a server in my office (with static IP) and I use them to develop a website installed on another server (another IP).
Now I wish that every user of the site (in thousands) can report a bug directly from the site perhaps with a customized and simplified interface.
How can I do this? There are API available? Or can I connect remotly my website to the instance of mysql redmine?
Thanks
Replies (3)
RE: Redmine and remote website integration
-
Added by Jan Niggemann (redmine.org team member) over 10 years ago
Redmine has a REST API you could use --> Rest_api
RE: Redmine and remote website integration
-
Added by pasquale notarangelo over 10 years ago
Thank you! It was just what I was looking for.
Another thing, if possible: how can I see, through the rest api, the revisions associated with the reports?
I tried with "Issue Relations" and "Versions" api but they always return an empty array.
Thanks
RE: Redmine and remote website integration
-
Added by Rasel Khan over 10 years ago
I'm a new one, I want to integrate into my project,How it's doing Please help me step by step ?