Get link of the jira issue to access issue UI

Hi,
Using the Atlassian SDK, I am creating a Jira on-premises plugin. I’m creating issues in Jira by using data from a third-party API in this plugin. I need the URL for the created Jira issues, such as https://domain>/jira/browse/issue-key>, so that users can view the Jira issue.
I am using com.atlassian.jira.bc.issue.IssueService.create method to create issues which returns Object of com.atlassian.jira.issue.Issue.
Is there any way I can get link of the issue?