- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 08:35 AM
Hi,
I need some help writing a reference qual to filter the CI reference field on the Change request to only show the managed by is not empty CIs. There is a dictionary override on the CI field for change request with an OOB reference qual. How do I add the new code to the existing script Include?
Thanks you so much!
IB
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 08:43 AM
Hi,
If you wish to keep the current reference qualifier and then add to it (which by your post, it seems that's your goal)...I wouldn't particularly mess with the existing script include and instead, change the reference qualifier to ALSO look at your additional filter parameter as well, such as:
javascript:new TaskUtils().getConfigurationItemFilter(current) + '^managed_byISNOTEMPTY';
Hoping the above works, I haven't tested, but give it a shot?
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 08:41 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 08:43 AM
Hi,
If you wish to keep the current reference qualifier and then add to it (which by your post, it seems that's your goal)...I wouldn't particularly mess with the existing script include and instead, change the reference qualifier to ALSO look at your additional filter parameter as well, such as:
javascript:new TaskUtils().getConfigurationItemFilter(current) + '^managed_byISNOTEMPTY';
Hoping the above works, I haven't tested, but give it a shot?
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!