I'm Usering JIRA API
.Issues.GetWorklogsAsync(Key).Result
This return worklog but with Author is always null value. I cannot map user with my data base.
Please advice janaka@sydpro.com
Hi,
It looks like you're trying to use a JAVA API call here of some kind here. However there were changes made to Jira Cloud last year that tend to prevent a number of calls that directly involve a username. More details in Deprecation notice and migration guide for major changes to Jira Cloud REST APIs to improve user privacy.
I ran across a similar reported issue to yours in https://bitbucket.org/farmas/atlassian.net-sdk/issues/282/error-getting-worklog In the comments, Federico suggests referring to the REST API documentation instead for an alternative means to obtain this info.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.