Skip to content

Check methods for RedmineTicket #55

Description

@mjagelka

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions