Cireson Partners, Customers and Community members share your customizations and examples here to help benefit the community as a whole to earn Kudos and badges.
DISCLAIMER
All files and projects located here are provided and come "as-is" and without any warranty or support. Use at your own risk. Your use of Community Uploads is subject to our Terms of Use.
Cireson does not and will not support or maintain these enhancements, extensions, and scripts.
For Team Cireson uploads click here.
Custom Quick Create WI from dynamically filtered templates
Here's how we have solved it with a custom quick IR/SR from dynamically filtered templates always ready for the analyst:
Simply add your support group names in the Name or Description of the template and they will show for analysts that are member of those groups! (Thanks @Brian_Wiest for the idea and testing!)
It's possible to add more support group names to a template if you want them to share a template.
For those of you who don't want to filter per support group there is a setting where you can filter templates by a keyword thus enabling the same templates for all analysts.
Tested with portal version v7.2, v7.4 & v8.1 (dont work in v8.0 due to a broken api endpoint) and all the major browsers.
DOWNLOAD
------------------
custom_QuickWorkItemFromTemplate.js (right click and 'Save as')
INSTRUCTIONS
-----------------------
GitHub (instructions and collaboration)
Comments
This is awesome and just works. Is there a reason that after it creates the incident and gives the IR number, that the number is not a hyperlink like in the default quick create? That would be my only improvement.
Well Done
app.lib.message.add
function) to include a href to theworkitem.id
(combine with Martin's "Single URL for all Work Items" community upload for easier linking).newTemplates
var, e.g. to sort alphabetically by name:newTemplates.sort((a,b) => a.Name.localeCompare(b.Name))
Hi All
Is there an updated regarding this. Tried to fix this to work with Portal ver 9