summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Resource/Bug.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-13/+8
Original patch by Gervase Markham r=gerv a=dkl
2016-04-04Bug 880163 - add a webservice method to list a bug's duplicates, mirroring ↵David Lawrence1-0/+3
what is visible on show_bug. r=dylan
2016-03-19Bug 1230932: Providing a condition as an ID to the webservice results in a ↵Frédéric Buclin1-0/+4
taint error r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-2/+2
r=dkl
2016-01-15'Bug 1159057: change to create flags as part of bug creation process. r=gervMatt Tyson1-10/+20
2015-07-25Bug 1161070: api searches should honour the same fields in its "order" ↵David Lawrence1-1/+19
parameter as the web UI r=dylan,a=simon
2015-05-11Bug 1140575: Comment-creation WebService API should allow tags to be specifiedDavid Lawrence1-0/+5
r=glob,a=glob
2015-05-08Bug 1149055: flag requestees are unable to set an attachment flag via a the ↵Byron Jones1-6/+27
update_attachment webservice if they do not have editbugs r=dkl,a=glob
2015-04-29Bug 1051056 - The REST API needs to be versioned so that new changes can be ↵David Lawrence1-1/+1
made that do not break compatibility - Fixed parameter issue with creating new bugs using the REST API.
2015-04-21Bug 1156240: Return proper "See Also" data on REST API call to a bugDavid Lawrence1-1/+1
r=dkl,a=glob
2015-04-15Bug 1154099: Remove support for Bug.get_bugs and Bug.get_historyMatt Tyson1-17/+0
r=LpSolit a=glob
2015-04-13Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings ↵David Lawrence1-1/+1
during t/001compile.t r=LpSolit,a=glob
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-0/+4881
made that do not break compatibility r=dylan,a=glob