0
votes
0answers
121 views

HTML onSubmit with AJAX user login - Bugzilla REST API

I'm trying to create a login page which uses the Bugzilla REST API. The overall goal is to create a custom dashboard for reporting bugs and issues based upon the user's Bugzilla access rights. So ...
0
votes
1answer
60 views

how to connect to other page using iframe?

Is it possible to give link to buzilla login page from our own openlayers map? Like by using iframe button is it possible to link ? var html = "<div class=iframelink ><iframe id=bugfile ...
0
votes
3answers
370 views

What's a good way to access the bugzilla webservice from a different domain?

I have two sites products.company.com and bugzilla.internal.com. I would like to access bug information from the products.company.com page. I set up a jQuery ajax function to make a jsonrpc call to ...
0
votes
1answer
457 views

Problems making fields mandatory in Bugzilla

I am trying to make some fields mandatory for creating a bug in Bugzilla, from what I have read, the easiest way is by using JavaScript. The code I have used is shown below but doesnt seem to be ...
0
votes
1answer
233 views

How do I set default text for description field on the enter bug page? Description will need to change on update of one of the custom fields

I have done this using javascript for the edit bug page, where I used a change of the bug status to modify the default text. This was done by calling a javascript function onchange of the bug status. ...
0
votes
1answer
112 views

How to use JavaScript to dynamically update the Bugzilla Additional Comments textarea?

I am customising Bugzilla and I need to update the text in the Additional Comments text area on the bug editing page. This text will need to be changed dynamically depending on which status the user ...