Bug 493056 - Service Breach Time Not Populated
Summary: Service Breach Time Not Populated
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Customer Support Portal
Classification: Retired
Component: Gatekeeper
Version: MR15
Hardware: All
OS: Linux
low
high
Target Milestone: ---
: ---
Assignee: JBoss CSP Bug Watch List
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 523261
TreeView+ depends on / blocked
 
Reported: 2009-03-31 14:00 UTC by Mike Millson
Modified: 2018-10-20 04:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-11-30 20:16:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mike Millson 2009-03-31 14:00:24 UTC
Service breach time field is not populated on these cases:
1) https://enterprise.redhat.com/issue-tracker/280894
2) https://enterprise.redhat.com/issue-tracker/278977

Comment 1 Tom Mirc 2009-04-13 17:17:52 UTC
Need further analysis and a determination of root cause.  May be related to existing issues or indicative of other issues.

Comment 2 Nathan Lugert 2009-04-20 18:40:21 UTC
I have found out why Service Breach times are not being set by GK.

Initial Response Time is "None" for the cases not being set.  Initial Response Times and Subsequent Response Times are set in SEP for each product/sku. Default is "None" in the CSP code.

Here is a code snippet for when we set it on the ticket

if (ticket.getProduct() != null) {
           AccessRights rights = entitlementBean.getAccess(customer);
           ProductEntitlement entitlement = rights.getProduct(ticket.getProduct());
           if (entitlement != null) {
               ticket.setServiceLevel(entitlement.getServiceLevel());
               if (severityLevel.equals("1"))
               {
                   ticket.setInitialResponseTime(entitlement.getInitialSev1());


Service level is set so we are getting to "ticket.setServiceLevel(entitlement.getServiceLevel()". So, my guess is that these times are not being set on products/skus in SEP. I know Lee Mewshaw used to manage these, not sure if anyone took that over.

Comment 3 Lami Akagwu 2009-04-24 09:46:12 UTC
We have a severity 1 ticket https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&tid=288719&gid=1354 which had the wrong service breach time populated.
For a ticket opened around 22:30 23/04/2009 BST, as at 09:00 24/04/2009 BST the service breach time was over 6hours.

Comment 4 Nicole Yancey 2009-09-11 20:33:08 UTC
Moving to MR15

Comment 5 Nathan Lugert 2009-11-30 20:16:59 UTC
Closing this bug as the corresponding I-T Tickets have been closed.


Note You need to log in before you can comment on or make changes to this bug.