Configuration Page examples

Configuration Page examples

A few examples with interpretation below.

Example #1 - all visible

Configuration snippet

image-20240410-144535.png
  • 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

image-20240410-144722.png

Example #2 - tab visibility turned off

Configuration snippet

image-20240410-145008.png
  • 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

image-20240410-145211.png

Example #3 - tabs visible but with groups restriction

Configuration snippet

image-20240410-145531.png
  • 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.

image-20240410-145826.png

Example #4 - mixed conditions

Configuration snippet

image-20240410-150022.png
  • 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.

image-20240410-150322.png