Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Custom fields permission schemes Fields Permission Schemes are created within Custom Fields Permission Schemes (JAKIS LINK?), which are then assigned to specific custom fields within each field configuration separately.

Secure Custom Fields Permission are able to Permissions may be granted based on the basis of:

  • Individual users
  • Groups (including 'Anyone' group (e.g. to allow anonymous access)'Any logged in user' and 'Anonymous')
  • Project roles
  • Issue roles such as the 'Reporter', 'Project Lead' and 'Current Assignee'
  • JIRA Permissions inherited from JIRA Permission SchemeSchemes
  • A (multi-)user picker custom field.
  • A (multi-)group picker custom field. This can either be an actual group picker custom field, or a (multi-)select-list whose values are group names.

 

...



Field Permissions

Explanation

View Field Value

Permission to view the current field value.

Edit Field Value

Permission to update the field value.

View Field History

Permission to view previous secure field values.

Set field value on Create issue screenThe name is so long, it's self-explanatory (wink)
Delete historyPermission to delete field change history.

...

Read masked fieldPermission to read the value of the masked field.
Decrypt field valuePermission to decrypt the value of the password field.


What is a Permission Scheme?

A permission scheme is a set of user/group/role assignments for the field permissions listed above. Secure custom fields differ from any other custom field fields in having permission schemes. One permission scheme can be associated with multiple custom fields.

Why Permission Schemes?

Permission schemes prevent having With permission schemes, you do not have to set up permissions individually for every custom field. Once a permission scheme is has been set up, it can be applied to all custom fields that have the same type of access requirements. 


Notice: While choosing "Set issue field value on Create issue screen" permission, take under consideration that it will only work for a Single User, Project Lead, Project Role, and Jira Permission.


Creating a Permission Scheme

  1. Log in as a user with the 'JIRA Administrators' global permission.Choose Image Removed
  2. Choose Image Added > Issues. Select Custom Fields Permission Schemes to open the Permissions Schemes for Custom Fields page, which displays a list of all permission schemes in your JIRA system and the custom field that use each scheme.
    (info) Tip Keyboard shortcut'g' + 'g' + start typing 'customs fields permission schemes'
  3. Click the 'Add Scheme' link. 
  4. In the 'Add Scheme' form, enter a the name for the scheme, and a short description of the scheme. Click the 'Save' button
  5. You will return to the 'Permissions Schemes for Custom Fields' page which now contains the newly added scheme.

 Adding Users, Groups or Roles to a Permission Scheme

  1. Log in as a user with the 'JIRA Administrators' global permission.
  2. Choose Image Removed >Image Added> Issues. Select Custom Field Permission Schemes to open the Permissions Schemes for Custom FieldspageFields page, which displays a list of all permission schemes in your JIRA system and the custom fields that use each scheme
    (info) Tip Keyboard shortcut'g' + 'g' + start typing 'custom field permission schemes'
  3. Locate the permission scheme of interest and click its name (or click the 'Permissions' link in the 'Operations' column) to show a list of permissions.
    Screenshot: Custom Fields Permissions 
  4. Click the 'Add' link in the 'Operations' column, which displays the 'Add Permission' page.
  5. After selecting one or more permissions to add and who to add the selected permissions to, click the 'Add' button. The users/groups/roles will now be added to the selected permissions. Note that project roles are useful for defining specific team members for each project. Referencing project roles (rather than users or groups) in your permissions can help you minimise minimize the number of permission schemes in your system.
    Screenshot: Add Users To New Permissions 
    Image Added

  6. Repeat the last 2 steps until all required users/groups/roles have been added to the permissions.

Deleting Users, Groups or Roles from a Custom Field Permission Scheme

  1. Log in as a user with the JIRA Administrators global permission.
  2. Choose Image RemovedImage Added > Issues. Select Custom Field Permission Schemes to open the Custom Field Permission Schemes pagePermissions Schemes for Custom Fields page, which displays a list of all permission schemes in your JIRA system and the custom fields that use each scheme.
    (info) Tip Keyboard shortcutg + g + start typing custom field permission schemes
  3. Locate the permission scheme of interest and click its name (or click the Permissions link in the 'Operations' column) to show the list of 'Custom Field Permissions'.
  4. Click the Delete link in the "Users / Groups / Roles" column next to the name of the user, group, or project role you wish to delete.

 

Associating a Custom Field Permission Scheme with a Custom Field

  1. Log in as a user with the JIRA Administrators  global permission.
  2. Choose Image RemovedImage Added > Custom Issues>Custom Fields.
    (info) Tip Keyboard shortcutg + g + start typing custom fields
  3. Select the project field of interest to open the Project Summary administration page for that project. See Defining a Project for more information.
  4. On the lower right, in the Permissions section, click the name of the current scheme (e.g. 'Default Permission Scheme') to display the details of the project's current permission scheme.
  5. Click the 'Actions' dropdown menu and choose 'Use a different scheme'.
  6. On the 'Associate Permission Scheme to Project' page, which lists all and then choose one to open the dropdown menu and later on go to the Configuration page
  7. Click the Edit Permission Scheme to list available permission schemes, select the permission scheme you want to associate with the projectcustom field.
    Image Added
  8. Click the 'AssociateDone' button to associate the project with the permission scheme.submit the form.

Another way:

  1. Log in as a user with the JIRA Administrators global permission.
  2. Choose Image Added  >Issues>Custom Fields Permission Schemes
    (info) Tip Keyboard shortcut: start typing custom fields permission schemes

  3. Select the field of interest and choose the scheme you want to associate with the custom field.
    Image Added

Deleting a Permission Scheme

  1. Log in as a user with the JIRA Administrators global permission.
  2. Choose Image RemovedImage Added > Issues. Select Custom Field Permission Schemes to open the Custoem Field Permission Schemes pagethe Permissions Schemes for Custom Fields page, which displays a list of all permission schemes in your JIRA system and the custom fields that use each scheme.
    (info) Tip: Keyboard shortcutg + g + start typing custom field permission schemes
  3. Click the Delete link (in the Operations column) for the scheme that you want to delete.
  4. A confirmation screen will appear. To delete click Delete otherwise, click Cancel.
  5. The scheme will be deleted and all associated custom fields will be automatically associated with the Default Permission Scheme. (Note that you cannot delete the Default Custom Field Scheme for Permission Scheme.)

Copying a Permission Scheme

  1. Log in as a user with the JIRA Administrators global permission.
  2. Choose Image RemovedImage Added > Issues. Select Custom Fields Permission Schemes to open the Custom Field Permission Schemes page, which displays a list of all permission schemes in your JIRA system and the custom fields that use each scheme.
    (info) Tip: Keyboard shortcutg + g + start typing custom field permission schemes
  3. Click the Copy link (in the Operations column) for the scheme that you want to copy.
  4. A new scheme will be created with the same permissions and the same users/groups/roles assigned to them.

...