abstract suspend fun gropiusTimelineItem(imsProject: IMSProject, service: SyncDataService, timelineItemConversionInformation: TimelineItemConversionInformation?, issue: Issue): Pair<List<TimelineItem>, TimelineItemConversionInformation>

This function converts the timeline item to a gropius timeline item.

Return

The gropius timeline item and the information about the conversion of the timeline item.

Parameters

imsProject

The project the timeline item belongs to.

service

The service used to sync the data.

timelineItemConversionInformation

The information about the conversion of the timeline item.