Versions in this module Expand all Collapse all v2 v2.5.0 May 3, 2026 v2.4.0 Apr 24, 2026 Changes in this version type Version + WikiPageTitle string + type VersionCreate struct + Description string + DueDate string + Name string + Sharing string + Status string + WikiPageTitle string + type VersionUpdate struct + Description *string + DueDate *string + Name *string + Sharing *string + Status *string + WikiPageTitle *string v2.3.0 Apr 19, 2026 Changes in this version type IssueUpdate + PrivateNotes *bool v2.2.1 Apr 18, 2026 v2.2.0 Apr 18, 2026 Changes in this version + type Attachment struct + Author IDName + ContentType string + ContentURL string + CreatedOn string + Description string + Filename string + Filesize int64 + ID int + type CustomFieldValue struct + ID int + Multiple bool + Name string + Value interface{} + type Enumeration struct + Active bool + ID int + IsDefault bool + Name string + type Group struct + ID int + Memberships []IDName + Name string + Users []IDName + type GroupCreate struct + Name string + UserIDs []int + type GroupFilter struct + Limit int + Offset int + type GroupUpdate struct + Name *string + UserIDs *[]int + type IDName struct + ID int + Name string + type IDRef struct + ID int + type Issue struct + AssignedTo *IDName + Author IDName + Category *IDName + Children []IDRef + CreatedOn string + CustomFields []CustomFieldValue + Description string + DoneRatio int + DueDate string + EstimatedHours *float64 + FixedVersion *IDName + ID int + Journals []Journal + Parent *IDRef + Priority IDName + Project IDName + StartDate string + Status IDName + Subject string + Tracker IDName + UpdatedOn string + type IssueCategory struct + AssignedTo *IDName + ID int + Name string + Project IDName + type IssueCreate struct + AssignedToID int + CategoryID int + Description string + EstimatedHours float64 + FixedVersionID int + IsPrivate *bool + ParentIssueID int + PriorityID int + ProjectID int + StatusID int + Subject string + TrackerID int + Uploads []Upload + type IssueFilter struct + AssignedToID string + FixedVersionID int + Includes []string + Limit int + Offset int + ProjectID string + Sort string + StatusID string + TrackerID int + type IssueStatus struct + ID int + IsClosed bool + Name string + type IssueUpdate struct + AssignedToID *int + CategoryID *int + Description *string + DoneRatio *int + DueDate *string + EstimatedHours *float64 + FixedVersionID *int + IsPrivate *bool + Notes *string + ParentIssueID *int + PriorityID *int + StatusID *int + Subject *string + TrackerID *int + Uploads []Upload + type Journal struct + CreatedOn string + Details []JournalDetail + ID int + Notes string + User IDName + type JournalDetail struct + Name string + NewValue string + OldValue string + Property string + type Membership struct + Group *IDName + ID int + Project IDName + Roles []IDName + User *IDName + type MembershipCreate struct + RoleIDs []int + UserID int + type MembershipFilter struct + Limit int + Offset int + Project string + type MembershipUpdate struct + RoleIDs []int + type Project struct + CreatedOn string + Description string + ID int + Identifier string + IsPublic bool + Name string + Parent *IDName + Status int + Trackers []IDName + UpdatedOn string + type ProjectCreate struct + Description string + Identifier string + InheritMembers bool + IsPublic *bool + Name string + ParentID int + type ProjectUpdate struct + Description *string + IsPublic *bool + Name *string + type SearchResponse struct + Limit int + Offset int + Results []SearchResult + TotalCount int + type SearchResult struct + DateTime string + Description string + ID int + Title string + Type string + URL string + type TimeEntry struct + Activity IDName + Comments string + CreatedOn string + Hours float64 + ID int + Issue *IDRef + Project IDName + SpentOn string + UpdatedOn string + User IDName + type TimeEntryCreate struct + ActivityID int + Comments string + Hours float64 + IssueID int + ProjectID string + SpentOn string + type TimeEntryFilter struct + ActivityID int + From string + IssueID int + Limit int + Offset int + ProjectID string + To string + UserID string + type TimeEntryUpdate struct + ActivityID *int + Comments *string + Hours *float64 + SpentOn *string + type Tracker struct + Description string + ID int + Name string + type Upload struct + ContentType string + Description string + Filename string + Token string + type User struct + Admin bool + CreatedOn string + FirstName string + ID int + LastLoginOn string + LastName string + Login string + Mail string + Memberships []IDName + Status int + UpdatedOn string + type UserCreate struct + Admin bool + FirstName string + LastName string + Login string + Mail string + Password string + type UserFilter struct + GroupID int + Limit int + Name string + Offset int + Status string + type UserUpdate struct + Admin *bool + FirstName *string + LastName *string + Mail *string + Status *int + type Version struct + CreatedOn string + Description string + DueDate string + ID int + Name string + Project IDName + Sharing string + Status string + UpdatedOn string + type WikiPage struct + Attachments []Attachment + Author *IDName + Comments string + CreatedOn string + Parent *WikiPageTitle + Text string + Title string + UpdatedOn string + Version int + type WikiPageCreate struct + Comments string + Text string + Title string + Uploads []Upload + type WikiPageIndex struct + Title string + UpdatedOn string + type WikiPageTitle struct + Title string + type WikiPageUpdate struct + Comments *string + Text *string + Title *string + Uploads []Upload Other modules containing this package github.com/aarondpn/redmine-cli