Releases: code4me/4me-sdk-csharp
Releases · code4me/4me-sdk-csharp
Skd4me version 2.0.6
Enhancements
- Added support for SLA Notification Schemes
- Added support for Shop Articles
- Added support for Shop Order Lines
Skd4me version 2.0.5.1
Bugfixes
- Add
ProjectPending
toRequestStatus
enumerator.
Skd4me version 2.0.5
Enhancements
- Environment region changes
- Added
US
region - Rename
Global
toEU
- Rename
Australia
toAU
- Added
- Added
StartAt
toTimeEntry
- Added
PictureUri
toService
andServiceInstance
- Added
NodeID
to all data entities - Added support for Scrum Workspaces, Sprint, and Sprint Backlog Items
Bugfixes
- Ignore
localized_description
andlocalized_name
inCustomCollectionElement
GET request ActualResponseAt
inAffectedServiceLevelAgreement
is now nullable
Skd4me version 2.0.4
Enhancements
- Updated
ServiceInstance
data entity to support custom fields. - Updated
CustomFieldsCollection
implementation fromIDictionary<string, string>
toIDictionary<string, object>
.
This enhancement allows the usage of any data type supported via UI Extensions.
A set of additional methods have been implemented for casting and conversions..CustomFields.TryGetValue<DateTime>("date_time", out DateTime date)
.CustomFields.Get<double>("double_value")
Bugfixes
- Updated
ProductDepreciationMethod
enumerator.
Skd4me version 2.0.3.2
Bugfixes
- Sleep period calculation between multiple calls resolved
Enhancements
- Updated team data entity to support custom fields.