abstract suspend fun findByImsProjectAndGithubId(imsProject: String, githubId: String): IssueConversionInformation?
Find issues using ims id
Return
The gropius issue.
Parameters
imsProject
The project the issue belongs to.
githubId
The id of the issue on github.