I’m working on a ruby on rails app which connects to Jira through jira soap. I browsed through the Jira SOAP API documentation but could not figure out a way to log time for an issue. What method(s) do I’ve to use to allow users to log time for some issue?
Share
addWorklogAndAutoAdjustRemainingEstimate is the one I’m using in my scripts
This is a snippet of python code that might be useful to you: