Edit default work item search to search by ID
today we've sucessfully released a new version of our Cireson portal in our company and one of the most vocal requests from our analysts was if we could search work items defaultly by ID, as default is set to "actual cost". Our analysts were using SCSM console for years now so they are used to searching by ID, so if anyone could help us out here a bit, we'd be grateful Thanks!
Answers
If so, why don't you make yourself a saved search with the fields you want for default as listed above. Then save this Saved Search, go into Navigation Settings, you will see it under Search > My Searches, then move your Saved Search from 'My Searches' to 'Searches'
This will then make it visible for everyone and you can name it something like 'Default Workitem Search'
Let me know if this works!
Thanks,
Shane.
You can essentially achieve the same thing you're asking for by creating the custom search as @Shane_White suggested and updating the Navigation link to go to your custom search instead of the default search. Then add the following to your custom.js:
You can make a copy of the Scripts\viewPanels\queryBuilder\controller.js in your CustomSpace folder and have IIS redirect to your copy. Then, you can edit your custom controller file to either exclude fields you do not want in the list, or to sort them differently.
The approaches @Nick_Flint and @Shane_White suggest may be better in most situations, but although this one is more complex (i.e. you have to make sure to keep your file up to date as new portal versions come out), it is a more direct way of solving the issue.