Skip to content

Sample bug as response to JSONRPC call #6

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

Open
debloper opened this issue Jan 5, 2015 · 0 comments
Open

Sample bug as response to JSONRPC call #6

debloper opened this issue Jan 5, 2015 · 0 comments

Comments

@debloper
Copy link
Member

debloper commented Jan 5, 2015

A test call can be made to:
/jsonrpc.cgi?method=Bug.search&params=[{"limit":"1","whiteboard":"USS"}]

And the example response looks like:

{
    "error": null,
    "id": "https://bugzilla.redhat.com/",
    "result": {
        "bugs": [
            {
                "priority": "",
                "cf_category": "",
                "blocks": [],
                "creator": "",
                "last_change_time": "",
                "is_cc_accessible": true,
                "keywords": [],
                "cc": [],
                "url": "",
                "assigned_to": "",
                "groups": [],
                "see_also": [],
                "id": 0,
                "creation_time": "",
                "whiteboard": "",
                "qa_contact": "",
                "depends_on": [],
                "cf_regression_status": "",
                "dupe_of": null,
                "docs_contact": "",
                "cf_story_points": "",
                "resolution": "",
                "classification": "",
                "alias": [],
                "cf_doc_type": "",
                "op_sys": "",
                "cf_crm": "",
                "target_release": [],
                "status": "",
                "cf_type": "",
                "cf_documentation_action": "",
                "cf_clone_of": null,
                "summary": "",
                "cf_mount_type": "",
                "is_open": true,
                "platform": "",
                "severity": "",
                "cf_environment": "",
                "version": [],
                "component": [],
                "sub_components": {},
                "cf_fixed_in": "",
                "is_creator_accessible": true,
                "product": "",
                "target_milestone": "",
                "is_confirmed": true,
                "cf_release_notes": "",
                "cf_verified_branch": ""
            }
        ]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant