...
Note that the structure fields can be modified, but the changes are not saved in the database. If you change a field for a sprint variable, the sprint will not be affected. Simply put, the structures are 'detached'.
Excerpt |
---|
Here |
Name | Routine Usage | Field | Type |
---|---|---|---|
JSprint | id (starting with version 4.8.0.11) | number | |
name | string | ||
startDate | date | ||
endDate | date | ||
completeDate | date | ||
goal (starting with version 4.8.0.11) | string | ||
state (starting with version 4.8.0.11) | string | ||
boardId (starting with version 4.8.0.11) | number | ||
JBoard starting with version 4.8.0.11 | id | number | |
name | string | ||
type | string | ||
swimlaneName | string | ||
epicsPanel | string | ||
cardColor | string | ||
issueCutOff | string | ||
savedFilterId | number | ||
showDaysInColumn | boolean | ||
isSprintSupportEnabled | boolean |
...