abstract class IncomingIssue

This class is used to store information about the conversion of an issue.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend fun createIssue(imsProject: IMSProject, service: SyncDataService): Issue

This function creates the gropius issue.

Link copied to clipboard
abstract suspend fun fillImsIssueTemplatedFields(templatedFields: MutableMap<String, String>, service: SyncDataService)

This function sets the templated fields on an IMSIssue.

Link copied to clipboard
abstract suspend fun identification(): String

This function returns the identification of the issue

Link copied to clipboard

This function converts the issue to a gropius issue.

Link copied to clipboard
abstract suspend fun markDone(service: SyncDataService)

This function marks the issue as done.