-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how does the createworkitem work?I use it as below!thank you! #115
Comments
same for me as well. Error logs:"""""""""""""""""""""""""""""""""""""" |
@AlldreenDev Please clone the latest code in |
It works well.Thanks |
when i am trying to create a work item, getting the folllowing waring : Error creating work item: At least choose either-or between template and copied_from . How to solve this error??? |
@Narendra0908 Would you please share your snippet of creating a workitem? Thanks. |
Code Snippet : |
@Narendra0908 Move the discussion to #194. |
a=myclient.createWorkitem(item_type='Task', title='test1', description=None,projectarea_id=None, projectarea_name="[PROD]eRPO_Base_MBSE_PATAC_RTC",template=None, copied_from="144265", keep=False)
the console shows like this:
RuntimeError: OrderedDict mutated during iteration
The text was updated successfully, but these errors were encountered: