<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Assign incident ticket based upon shift timings to respective user in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464438#M552740</link>
    <description>&lt;P&gt;Requirement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to assign the priority tickets to respective groups based on their shift roster available users . How we can achieve this test case please suggest ?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2026 14:18:34 GMT</pubDate>
    <dc:creator>awakevima19</dc:creator>
    <dc:date>2026-01-09T14:18:34Z</dc:date>
    <item>
      <title>Assign incident ticket based upon shift timings to respective user</title>
      <link>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464438#M552740</link>
      <description>&lt;P&gt;Requirement&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to assign the priority tickets to respective groups based on their shift roster available users . How we can achieve this test case please suggest ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 14:18:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464438#M552740</guid>
      <dc:creator>awakevima19</dc:creator>
      <dc:date>2026-01-09T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assign incident ticket based upon shift timings to respective user</title>
      <link>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464593#M552754</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1019841"&gt;@awakevima19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://www.servicenow.com/docs/bundle/zurich-customer-service-management/page/product/customer-service-management/task/create-agent-work-schedule.html" target="_blank" rel="noopener"&gt;link&lt;/A&gt; might help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sumanth&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 18:31:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464593#M552754</guid>
      <dc:creator>SumanthDosapati</dc:creator>
      <dc:date>2026-01-09T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assign incident ticket based upon shift timings to respective user</title>
      <link>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464941#M552771</link>
      <description>&lt;P&gt;Use BR for that,&lt;/P&gt;&lt;P&gt;if (current.priority &amp;lt;= 2) {&lt;/P&gt;&lt;P&gt;var grp = new GlideRecord('sys_user_group');&lt;BR /&gt;grp.addQuery('u_supports_priority', true); // custom flag&lt;BR /&gt;grp.query();&lt;/P&gt;&lt;P&gt;while (grp.next()) {&lt;/P&gt;&lt;P&gt;var usr = new GlideRecord('sys_user');&lt;BR /&gt;usr.addQuery('active', true);&lt;BR /&gt;usr.addQuery('sys_user_grmember.group', grp.sys_id);&lt;BR /&gt;usr.addQuery('sys_user_schedule.schedule.is_active', true);&lt;BR /&gt;usr.query();&lt;/P&gt;&lt;P&gt;if (usr.hasNext()) {&lt;BR /&gt;current.assignment_group = grp.sys_id;&lt;BR /&gt;break;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// fallback&lt;BR /&gt;if (!current.assignment_group)&lt;BR /&gt;current.assignment_group = 'BACKUP_GROUP_SYS_ID';&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;You you want screenshot I can share though..&lt;BR /&gt;If you find this helpful mark as helpful and accept solution..&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jan 2026 16:14:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/assign-incident-ticket-based-upon-shift-timings-to-respective/m-p/3464941#M552771</guid>
      <dc:creator>yashkamde</dc:creator>
      <dc:date>2026-01-11T16:14:08Z</dc:date>
    </item>
  </channel>
</rss>

