Artifact2SoapList class represents a list of artifacts in a tracker.
It contains a sequence of Artifact2SoapRow objects.
Note that the Artifact2SoapRow object is strictly
a data container used for one-way fetching of data about a set of objects. Its "set" methods cannot be used
to change data on the server. The normal pattern for updating data on the server is to get a data object
describing a single artifact with getArtifactData2(), alter that data object appropriately, and pass it back
with setArtifactData3().
Change History
Release: 4.2
- Field 'priority' type changed from 'Integer' to 'int'.
- Field 'estimatedHours' type changed from 'Integer' to 'int'.
- Field 'actualHours' type changed from 'Integer' to 'int'.
Release: 6.1
- Added id and title of planning folder.
- Added points field.
- Added autosumming field.
- Added version field.
- Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
Release: 8.0
- Added autoSummingPoints field.
- Added id of team.