Hi,
this PR modifies mapping to absolute namespace for $reporter property. I extend IssueField class in my project and JsonMapper tries to find Reporter class in my own application namespace. This also unifies mapping with other properties which all uses absolute namespace \JiraRestApi\Issue\<className>.
Hi, this PR modifies mapping to absolute namespace for
$reporter
property. I extendIssueField
class in my project and JsonMapper tries to findReporter
class in my own application namespace. This also unifies mapping with other properties which all uses absolute namespace\JiraRestApi\Issue\<className>
.Thanks!