Assigned To Me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2009 08:18 PM
Hi All,
I am trying to analyse a field "Assigned To Me" which actually should provide only those tickets which are assigned to me.
Instead it returns ticket with various states (assigned, completed, rejected etc).
Requirement: Tickets under Assigned To Me should be only with the state - Assigned
When I check the module "Assigned To Me", it has two filters Assigned To & Active.
Assigned to refers to a javascript: getMyAssignments(), I guess tweaking this might help in getting only Assigned state requests under Assigned To Me.
Please let me know if I am going in the right direction for my requirement.
If yes, could any one let me know where exactly can I find the javascript: getMyAssignments() and also if no further complications might be affected post the change.
If no, please let me know the right approach for meeting the requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2009 10:28 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 09:19 AM - edited ‎02-12-2024 09:22 AM
In case anybody stumbles on this in the future and is also curious where to find the source of javascript: getMyAssignments(), it comes from the OOTB Dynamic Filter Option "One of My Assignments" which in turn uses the OOTB Business Rule "getMyApprovals".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 11:29 AM - edited ‎02-12-2024 11:30 AM
Adding one additional filter condition for state under link type is the easy to meet this requirement.
Thank you,
Praneeth