Bug 1323915

Summary: target_release web service needs reimplimenting
Product: [Community] Bugzilla Reporter: Jeff Fearn 🐞 <jfearn>
Component: WebServiceAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 5.0CC: huiwang, jmcdonal, mtahir, mtyson, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-16 06:07:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jeff Fearn 🐞 2016-04-05 04:52:30 UTC
Description of problem:
The WebServices code for target_release wasn't fully migrated as the upstream had added a new file and we wheren't sure what changes would be coming for that code.

It needs to be put back in as we won't have time for reworking this code for 5.0.

At least Bugzilla/WebService/Product.pm was missed, there might be other files.

Comment 1 Matt Tyson 🤬 2016-04-26 00:34:28 UTC
From what I can see the target_release field in works fine in the webservice.

QE, can you please test to ensure that the target_release field works as expected over RPC?

Comment 2 Rony Gong 🔥 2016-04-26 02:45:40 UTC
(In reply to Matt Tyson from comment #1)
> From what I can see the target_release field in works fine in the webservice.
> 
> QE, can you please test to ensure that the target_release field works as
> expected over RPC?

QE test belows:
1. Create bug with multi target_release set
2. Update bug's target_release
3. Testing bug.get to check it return taget_rlease
All above steps result is Pass.