Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check methods for RedmineTicket #55

Open
mjagelka opened this issue Aug 30, 2018 · 1 comment
Open

Check methods for RedmineTicket #55

mjagelka opened this issue Aug 30, 2018 · 1 comment

Comments

@mjagelka
Copy link
Contributor

I created my own developer admin instance on http://m.redmine.org/hostings/new for Redmine testing purposes and I discovered, that some RedmineTicket methods are not working properly:

  • change_status() does not work, the status is not changed despite successful status code 200 being returned
  • both add_watcher() and remove_watcher() fail, because inaccessible authentication is required. This is strange as I used my admin auth. Authentication is required even when accessing http://domain.m.redmine.org/users.json directly via browser, pop up authentication window shows up not accepting my login.

These problems might be unique for this particular instance, but it would be good to inspect the user experience in this matter. Methods create(), edit(), add_comment() and add_attachment() seem to work as expected.

@dmranck
Copy link
Owner

dmranck commented Aug 30, 2018

Thanks for opening this issue, @mjagelka. When I worked on RedmineTicket, I mostly used my own instance of Redmine in a Docker container: https://hub.docker.com/_/redmine/. All these methods were functionally tested and worked in that instance, so it's strange that they're not working in other instances. We'll keep this issue open to look into this at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants