lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Use absolute namespace for Reporter #371

Closed mu1f407 closed 3 years ago

mu1f407 commented 3 years ago

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>.

Thanks!

lesstif commented 3 years ago

thanks!