Hello good morning,
How could be created a MockIssue or a plain Issue from the information retrieved via REST/API client?
Nowadays I receive correctly a
com.atlassian.jira.rest.client.api.domain.Issue
from a call to
jiraRestClient.getIssueClient().getIssue(id).claim()
But need to work with classes of type
com.atlassian.jira.issue.Issue
or at least, with MockIssue, but any kind of clone, trespassing info, contruct or cast gets error.
Please let me know,
Thanks!
Best regards,