chobie / jira-api-restclient

php JIRA REST API
MIT License
218 stars 123 forks source link

Add getTimeTracking function. #190

Closed criz closed 5 years ago

criz commented 5 years ago

Otherwise timetracking data is not available in issues.

aik099 commented 5 years ago

The $issue->get('Time Tracking') would also work, because get method is public.

criz commented 5 years ago

The get function is only returning fields.

aik099 commented 5 years ago

But inside your new method you're using that get method as well.

criz commented 5 years ago

haha, yeah. Sorry, I was confused with this only returning "fields"...