Skip to content

Commit fb2a4e2

Browse files
authored
[JIRA] Update jira.issue_worklog() docstring (#580)
Include the required formatting for the parameter `started`
1 parent 907b8de commit fb2a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def issue_worklog(self, key, started, time_sec, comment=None):
598598
"""
599599
:param key:
600600
:param time_sec: int: second
601-
:param started:
601+
:param started: str: format ``%Y-%m-%dT%H:%M:%S.000+0000%z``
602602
:param comment:
603603
:return:
604604
"""

0 commit comments

Comments
 (0)