CA Service Management

  • 1.  Data partition for Call_Req where the user is has a workflow task in his name;

    Posted May 28, 2018 07:59 AM

    Is there a way to limit user view of tickets for only the tickets in which he is set as assginee or if he is set as an assignee of one of the tickets workflow tasks?

     

    It is needed for audit



  • 2.  Re: Data partition for Call_Req where the user is has a workflow task in his name;

    Posted May 28, 2018 09:34 AM

    Hi Lucas,

     

    A data-partition constraint applied to the relevant table similar to the one below should do the trick for tickets assigned to the logged-in user:

     

    assignee = @root.id

     

    Hope this helps?

     

    ===

    Kind Regards,

    Brian



  • 3.  Re: Data partition for Call_Req where the user is has a workflow task in his name;

    Posted May 28, 2018 12:45 PM

    If you limit the viewing of tickets to only those which are assigned to the logged-in analyst then they would not be able to see tickets where they are the customer or requester, etc. They would also be limited to helping other analysts on a ticket unless the analyst transferred the ticket to them.

     

    I would recommend against such a restrictive approach.