QtRedmine
Public Attributes | List of all members
qtredmine::Issue Struct Reference

Structure representing an issue. More...

#include <SimpleRedmineTypes.h>

Inheritance diagram for qtredmine::Issue:
qtredmine::RedmineResource

Public Attributes

Item assignedTo
 Assigned to.
 
Item author
 Author.
 
Item category
 Category.
 
CustomFields customFields
 Custom fields vector.
 
QString description
 Description.
 
double doneRatio = 0
 Done ratio.
 
QDate dueDate
 Due date.
 
double estimatedHours = 0
 Estimated hours.
 
int id = -1
 ID.
 
int parentId = -1
 Parent issue ID.
 
Item priority
 Priority.
 
Item project
 Project.
 
QDate startDate
 Start date.
 
Item status
 Status.
 
QString subject
 Subject.
 
Item tracker
 Tracker.
 
- Public Attributes inherited from qtredmine::RedmineResource
QDateTime createdOn
 Created on.
 
QDateTime updatedOn
 Updated on.
 
Item user
 Redmine user.
 

Detailed Description

Structure representing an issue.


The documentation for this struct was generated from the following file: