You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=argparse.ArgumentParser("Work with custom fields")
9
+
parser.add_argument("object_url", help="The URL to the specific object (e.g. project, project-version, component, BOM component) whose custom field you want to update")
10
+
parser.add_argument("field_label", help="The label of the custom field to update on the object")
11
+
parser.add_argument("new_value", help="The new value to assign to the custom field. Note: In some cases the new value is a URL, e.g. to a custom field selection value")
0 commit comments