File: test_externalbugs_add.txt

package info (click to toggle)
python-bugzilla 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,116 kB
  • sloc: python: 6,160; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
{'bug_ids': [1234, 5678],
 'external_bugs': [{'ext_bz_bug_id': 'externalid',
                    'ext_description': 'link to launchpad',
                    'ext_priority': 'bigly',
                    'ext_status': 'CLOSED',
                    'ext_type_description': 'some-bug-add-description',
                    'ext_type_id': 'launchpad',
                    'ext_type_url': 'https://example.com/launchpad/1234'}]}