Configuration Page examples
A few examples with interpretation below.
Example #1 - all visible
Configuration snippet
Views Tab is visible for all users in TEST - Test project
Assignee Tab is visible for all users in TEST - Test project
Result at issue view - Views Tab and Assignee Tab are visible
Example #2 - tab visibility turned off
Configuration snippet
ViewsTab is not visible for All users in TEST - Test project, including administrators despite there aren’t any group restrictions.
Assignee Tab is visible for all users in TEST - Test project
Result at issue view - Views Tab is not visible
Example #3 - tabs visible but with groups restriction
Configuration snippet
ViewsTab is visible for All users in TEST - Test project
Assignee Tab is visible in TEST - Test project but only for users that have “Group A” or “Group B” or ““Group C” membership.
Result at issue view with conditions:
currentUser is not a member of “Group A” or “Group B” or ““Group C”
Assignee Tab is not visible.
Example #4 - mixed conditions
Configuration snippet
ViewsTab is visible in TEST - Test project but only for users form “org-admins” group
Assignee Tab is not visible for All users including administrators despite there are groups selected in “Restricted Groups” field
Result at issue view with conditions:
currentUser is a member of “Group A” and “org-admins”
Assignee Tab is not visible.