JIRA Rest API, exposes an endpoint resource: "/rest/api/2/issue/TEST-93/worklog"
for adding a work-log, The documentation doesn't explain how to specify if the log is billable or not
Is there a way to do it through this REST API?
What alternatives do I have?
SOAP request or Worklog Manager.. Do they have capabilities to separate billable from non-billable hours?
Thanks!