- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2016 01:24 AM
When editing primary Assignee in Task card view for an Incident. There is a "UI Policy violation" error, but Incident Assigned To can be edited in form view. What could be the problem here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 02:18 AM
Its an issue with a UI policy, I Disabled a certain UI policy for the VTB view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2017 12:27 PM
I ran into a similar situation with one of my user's boards that was caused by a UI policy that made the assigned_to field read only until they selected a valid assignment group. Could be a similar issue for you? Are there any dependencies for your assigned_to field that aren't being evaluated in the VTB but are in the incident form view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 12:27 PM
Complementing Josh's answer, the task table has this UI Policy: Make assignment group mandatory, which your instance must have as inherit:
Since the vtb_task is an extension of the task, it inherits all the UI policies.
And in the case of the virtual task, you are trying to assign the task before having assigned a group. The layout is a bit confusing and the "UI Policy Violation" message alone doesn't help too much.
In short, the issue is that you need to assign a group first, and then you'll be able to assign a primary assignee. To do this, click on the private task link on the top-left corner:
Assign a group here and then, back on your private task, you'll be able to assign the task to anyone in that assignment group.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 02:18 AM
Its an issue with a UI policy, I Disabled a certain UI policy for the VTB view.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 06:55 AM
What you did is good to know, the question is - how did you do it? How do I go about disabling a particular UI policy for only the VTB view?