コード例 #1
0
        public Worklog LogTime(string issueKey, string timeSpentFormatted)
        {
            const string comment = "I've worked on an issue";

            return(jiraClient.AddWorkLog(issueKey, timeSpentFormatted, comment));
        }