I want to show the incident based on description to the particuller groups
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 04:09 AM
Hi Team,
I have requirement the incidents contains short description start with exit asset details to the two group.
for this I have tried with the query BR.
when to run to condition is task type is incident and the script is below.
please help someone for this.
if ((gs.getUser().isMemberOf('CrpA')) && (gs.getUser().isMemberOf('CrpPO'))) {
I have requirement the incidents contains short description start with exit asset details to the two group.
for this I have tried with the query BR.
when to run to condition is task type is incident and the script is below.
please help someone for this.
if ((gs.getUser().isMemberOf('CrpA')) && (gs.getUser().isMemberOf('CrpPO'))) {
current.addEncodedQuery('short_descriptionSTARTSWITHExit Asset Details');
}
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 05:43 AM
No worries, Could you please share me your script here ? Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 05:59 AM