1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
(['1165434'],
{'alias': 'fooalias',
'assigned_to': 'foo@example.com',
'bar': 'foo',
'blocks': {'add': ['1234'], 'remove': ['1235'], 'set': []},
'cc': {'add': ['+bar@example.com'], 'remove': ['steve@example.com']},
'cf_blah': {'1': 2},
'cf_devel_whiteboard': 'DEVBOARD',
'cf_internal_whiteboard': 'INTBOARD',
'cf_qa_whiteboard': 'QABOARD',
'cf_verified': ['Tested'],
'comment_tags': ['FOOTAG'],
'depends_on': {'add': ['2234'], 'remove': ['2235'], 'set': []},
'groups': {'add': ['foogroup']},
'keywords': {'add': ['newkeyword'], 'remove': ['byekeyword'], 'set': []},
'minor_update': True,
'op_sys': 'windows',
'platform': 'mips',
'priority': 'high',
'product': 'newproduct',
'qa_contact': 'qa@example.com',
'reset_assigned_to': True,
'reset_qa_contact': True,
'severity': 'low',
'summary': 'newsummary',
'target_milestone': 'beta',
'target_release': '1.2.4',
'url': 'https://example.com',
'version': '1.2.3'})
|