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: Create functionality for resources (see docs for details):
User
Group
IssueCategory
Version
TimeEntry
IssueRelation
ProjectMembership
WikiPage
Project
Issue
Added: File upload support, see upload() method in Redmine class
Added: Integer representation to all resources, i.e. int()
Added: Informal string representation to all resources, i.e. str()
Fixed: Conversion of issue priorities to enumeration resource object didn't work
Changed: Renamed version attribute to redmine_version in all resources to avoid name intersections
Changed: ResourceManager get() method now throws a ResourceNotFoundError exception if
resource wasn't found instead of returning None in previous versions