abstract suspend fun findByImsProjectAndJiraId(imsProject: String, jiraId: String): IssueData?

Find an issue by its IMSProject and JiraId

Return

the issue if found, null otherwise

Parameters

imsProject

the IMSProject the issue belongs to

jiraId

the JiraId of the issue