You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Redmine.auth() shortcut for the case if we just want to check if user provided
valid auth credentials, can be used for user authentication on external resource based on
Redmine user database (see docs for details)
Fixed: JSONDecodeError was raised in some Redmine versions during some create/update
operations (thanks to 0x55aa)
Fixed: User resource status attribute was converted to IssueStatus resource by mistake