Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 04:55 AM
Hi @Kasia5
Use the below script in Configuration item ref qualifier.
For classic view:
javascript:"assigned_to="+current.u_affected_user
For Catalog items:
javascript:"assigned_to="+current.variables.u_affected_user
Hope this helps.