Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Use case: users are using the Customer Portal to create requests. Requests have an advanced link field with a list of selectable assets.

Requirement: users should only see the assets that are associated with their organisation.

Advanced links support a JQL placeholder {currentUserOrganizations}

At the moment, it is possible to run a query based on a user, i.g.:

  1. assignee in organizationMembers({currentUserOrganizations})

  2. reporter in organizationMembers({currentUserOrganizations})

Configuration

  1. Go to the configuration page of the advanced link field associated with the request type.

  2. Select the ‘Data logic’ tab.

  3. Add the JQL to the ‘Selectable issue’ text box, e.g.:
    assignee in organizationMembers({currentUserOrganizations})

  4. Click ‘Save’.

  • No labels