Hi All,
I am attempting to add a new worklog using the JIRA python api:
jira.add_worklog('MISC-247', timeSpentSeconds='1800', comment='Transfering customer data to one drive in preperation for Thursday', started='2022-04-08T16:45:00.000+0000')
I am getting the error: Traceback (most recent call last): I vaguely remember a while ago, making chages to client.py to get this to work, but have had my laptop rebuilt and have therefore lost the changes. Any assistance would be great!! |
The error is not in the script that you're showing so it will be difficult to help you here.
It seems that you have a variable started(string) and you're asking for the tzinfo attribut which doesn't exist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.