|
QtRedmine
|
Structure representing an issue. More...
#include <SimpleRedmineTypes.h>
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. | |
Structure representing an issue.
1.8.11