jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

Missing updateWorklog API #367

Closed Vedinsoh closed 8 months ago

Vedinsoh commented 10 months ago

Hi, I'm running the latest version of the package 8.2.2 that's supposed to have updateWorklog function as per #341, however that doesn't seem to be the case.

Seth10001 commented 9 months ago

Just tested on a fresh copy and it does for me. Could you confirm your package.json has 8.2.2 and it's installed?

Vedinsoh commented 8 months ago

Seems like it's indeed present in the package, but it's missing from @types/jira-client. Thought it wasn't published yet as I'm using it in a TypeScript project. I appreciate your response anyhow!