[This is preliminary documentation and is subject to change.]
            Class representing the issue in Redmine
            
 Declaration Syntax
 Declaration Syntax Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Issue()()() | Initializes a new instance of the Issue class | 
|  | AdditionalParameters | 
            Gets or sets additional issue parameters.
            This property can be used for specifying additional parameters specific for your particular Redmine instance.
             | 
|  | AssignedTo | 
            Gets or sets ID of the assigned user
             | 
|  | Attachments | 
            Gets or sets the file attachments (Path => Description)
             | 
|  | Description | 
            Gets or sets Description of the issue
             | 
|  | DueDate | 
            Gets or sets Due date of the issue
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EstimatedTime | 
            Gets or sets Estimated time for completing the issue
             | 
|  | Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetType()()() | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | Id | 
            Gets or sets the issue Id in Redmine
             | 
|  | MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | PercentDone | 
            Gets or sets Percentual value of the issue completion
             | 
|  | PriorityId | 
            Gets or sets ID of the issue priority
             | 
|  | ProjectId | 
            Gets or sets the Id of the project
             | 
|  | RelatedIssues | 
            Gets or sets the list of related issues
             | 
|  | Start | 
            Gets or sets Start date of the issue
             | 
|  | StatusId | 
            Gets or sets ID of the issue status
             | 
|  | Subject | 
            Gets or sets the issue subject text
             | 
|  | TargetVersionId | 
            Gets or sets ID of the version the issue targets
             | 
|  | ToString()()() | (Inherited from Object.) | 
|  | TrackerId | 
            Gets or sets ID of the issue tracker
             | 
|  | Watchers | 
            Gets or sets the users watching this issue
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Issue |