RegisterLogin  
  Search
 

HelpMaster Pro

The most flexible, template driven
helpdesk software on the market


desktop | web self service | email response management | sla escalation | active directory | knowledge base

 

You are here: Community » Discussion Board  
Problem / Issue hierarchy report and how to bulk-reclassify issues for jobs.
Last Post 26 Feb 2008 11:54 PM by Rod Weir. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Rod WeirUser is Offline
HelpMaster Pro development team
Helpdesk whiz
Helpdesk whiz
Posts:170
Points:344
Avatar

--
12 Feb 2008 08:30 PM  

How is your issue / problem hierarchy looking these days?  Is it out-of control?  If it is, then there's a good chance that the jobs you are logging are not being classified correctly - there's either too much choice, or it's just downright confusing.  Either way, an out-of-control Issue hierarchy can affect your reporting and overall efficiency of your helpdesk.

See the next post for a link to download a simple, but useful report for a HelpMaster Pro cleanup.  Save it into your "Custom Reports" working folder and access it via the "Custom" tab on the "Reports Selector" screen - double-click to run it.

This report shows all of your issue codes, as well as their unique database number.

 

Now that you have this information, it's possible to bulk-reclassify the issue for many jobs.

WARNING!!  Only experienced SQL database administrators should perform the following and it is strongly recommended to make a backup of your database first.

Using the example report displayed above, suppose you wanted to reclassify all jobs that were linked to

Facilities Managements > Air Conditioning > Heating > Too cold

to

Facilities Managements > Air Conditioning > Heating > Thermostat

all you have to do is exectute the following SQL statement on your live HelpMaster Pro database.  Use SQL Server Management Studio to do this.

Update tblHelpdeskJobs Set IssueLink = 49 Where IssueLink = 50

 

Please be aware that this SQL statement is a bulk-action statement - that is, it will affect all jobs linked to the issuelink that you specify.  There's no undo when working with databases, so double-check your work.

Best regards,

Rod

 

HelpMaster Pro development team.
Have you seen what's new in v9 yet?
Rod WeirUser is Offline
HelpMaster Pro development team
Helpdesk whiz
Helpdesk whiz
Posts:170
Points:344
Avatar

--
26 Feb 2008 11:54 PM  

OK, here's an update to this report.

The original report showed all of the Issues, including those that are deleted.  An updated version of the report is now available that will highlight the deleted issues in red.

In order to make this new report run however, your HelpMaster Pro database will need to be updated.  Run this SQL script against your HelpMaster Pro database.  As usual, please make a backup of your database before doing any database modifications.

ALTER VIEW [dbo].[qryJobIssue]
AS
SELECT     tblIssues_1.pkID, tblIssues_1.Caption AS Issue, tblIssues_2.Caption AS Issue1, tblIssues_3.Caption AS Issue2, tblIssues_4.Caption AS Issue3,
                      tblIssues_5.Caption AS Issue4,tblIssues_1.IsDeleted
FROM         dbo.tblIssues tblIssues_4 LEFT OUTER JOIN
                      dbo.tblIssues tblIssues_5 ON tblIssues_4.SelfLink = tblIssues_5.pkID RIGHT OUTER JOIN
                      dbo.tblIssues tblIssues_1 LEFT OUTER JOIN
                      dbo.tblIssues tblIssues_2 ON tblIssues_1.SelfLink = tblIssues_2.pkID LEFT OUTER JOIN
                      dbo.tblIssues tblIssues_3 ON tblIssues_2.SelfLink = tblIssues_3.pkID ON tblIssues_4.pkID = tblIssues_3.SelfLink

 

Click here to download the latest update to this report.

Best regards,

Rod

 

 

HelpMaster Pro development team.
Have you seen what's new in v9 yet?
You are not authorized to post a reply.

Active Forums 4.1
Latest posts
System tag for current amount of jobs in queue? by Adam Faorlin in Using HelpMaster Pro with 1 replies
Hi All, I am hoping to find a system tag for use with email templates that can show the current amount of jobs in a queue or even better, how many j...

HelpMaster Pro v9 now available by Rod Weir in Announcements with 1 replies
  PRD Software is very pleased to announce the offical release of HelpMaster Pro Version 9. Version 9 of HelpMaster Pro is a major versi...

Incident Management tips from the coal face by Beth S in ITIL Best practice - getting it to work for you with 0 replies
I have just released the December 08 PRD Insider Newsletter which starts a dicussion on some 'real life' Incident Management methods. The bulk of thes...

Auto knowledge base population / creation from an action by Rod in Wishlist with 0 replies
Just received via email... Suggested improvement from our staff.... When adding an action to a job, have option to add this action to the knowle...

Please fix these long time bugs by ZGeek in HelpMaster Pro bug? with 2 replies
Everytime I close a job in helpmaster the job browser window shrinks and I have to maximize it again. Everytime I open a new job, the details fields ...

Matching Active Directory users to HelpMaster Pro clients by Rod Weir in Active Directory with 0 replies
A while ago we received this request from a client regarding the v8 Active Directory module Hi guys, I have noticed that with the Active Directo...

Web site automatic refresh to prevent timeouts + Active Directory for Web by Rod Weir in Wishlist with 0 replies
A couple of suggestions sent in via email. Normal 0 false false false EN-AU X-NONE X-NONE ...

Priority Manager & Email Error (Error Location: clsEmail.SendEmail_Redemption at code location: 25) by helpdesk@ntsolutions.com.au in HelpMaster Pro bug? with 0 replies
We recently upgraded from Exchange 2003 to 2007 and also from Helpmaster Pro 8.0.16 to 8.0.18 and we are experiencing issues with priority manager. Th...

Editing multiple records by muser in Using HelpMaster Pro with 1 replies
I'm trying to tidy up inconsistences with our records in both the assets and clients dbs. Is tricky SQl the on the db itself the best way to handle th...

Action Template timers and auto Client ID generation ideas by Rod Weir in Wishlist with 0 replies
2 Suggestions just received via email I would like to request a user/administrator setting to ensure that the timer for action logs is switched off...

  

Latest posts including replies
RE: System tag for current amount of jobs in queue? by Rod Weir in Using HelpMaster Pro
Hi Adam, Thanks for the post and welcome to the HelpMaster Pro forum. This is a great idea. The system tag for a job queue should be a relative...

RE: Deleting system codes, issues, problems etc that are linked to jobs, clients or other entities. by Rod Weir in Using HelpMaster Pro
Still further to this issue... "Deleted" system codes can be re-activated by changing the database field "IsDeleted" from a 1 to a 0. System codes...

RE: HelpMaster Pro v9 now available by Rod Weir in Announcements
Please note that HelpMaster Pro v9 requires a new registration code. All previous registration codes (v7, 7.5, 8 etc) will not work with version 9. ...

Incident Management tips from the coal face by Beth S in ITIL Best practice - getting it to work for you
I have just released the December 08 PRD Insider Newsletter which starts a dicussion on some 'real life' Incident Management methods. The bulk of thes...

Auto knowledge base population / creation from an action by Rod in Wishlist
Just received via email... Suggested improvement from our staff.... When adding an action to a job, have option to add this action to the knowle...

RE: Please fix these long time bugs by ZGeek in HelpMaster Pro bug?
Joy!...

Matching Active Directory users to HelpMaster Pro clients by Rod Weir in Active Directory
A while ago we received this request from a client regarding the v8 Active Directory module Hi guys, I have noticed that with the Active Directo...

RE: Setting reminders for other people by Scott Ward in Wishlist
This is already possible. If you go to the links tab of a new reminder you can add other clients and\or staff. The clients are just there as a ...

RE: Active Directory module > Mappings for HMP Site by Rod Weir in Wishlist
Done. Check out the screen shot of v9.   Thanks for the great suggestion.  We're ready for the next one! ;-)   Best regards, &#...

Web site automatic refresh to prevent timeouts + Active Directory for Web by Rod Weir in Wishlist
A couple of suggestions sent in via email. Normal 0 false false false EN-AU X-NONE X-NONE ...

  

 Copyright 2008 by PRD Software Terms Of Use  |  Privacy Statement