...
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'.
Name | Function UsageFields | Field | TypeFields type | Returned by functions | |
---|---|---|---|---|---|
JSprint | id | integer | |||
name | string | ||||
startDate | date | ||||
endDate | date | ||||
completeDate | date | ||||
goal | string | ||||
state | string | ||||
boardId | integer | ||||
JBoard | id | integer | |||
name | string | ||||
type | string | ||||
swimlaneName | string | ||||
epicsPanel | string | ||||
cardColor | string | ||||
issueCutOff | string | ||||
savedFilterId | integer | ||||
showDaysInColumn | boolean | ||||
isSprintSupportEnabled | boolean |
...