class IssueConversionInformation(val imsProject: String, val githubId: String, var gropiusId: String?)

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

Parameters

imsProject

The project the issue belongs to.

githubId

The id of the issue on github.

gropiusId

The id of the issue on gropius.

Constructors

Link copied to clipboard
constructor(imsProject: String, githubId: String, gropiusId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard