Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2016 03:38 AM
I generally like to keep all conditions in one place, helps me keep my ocd in check, lol
What id do here is
use the advanced box, and in the script ill use:
if(assignment group is XXXXXXX and user has role XXXXX )
answer=true;
else
answer=false;
-Anurag