How to use Customer Service Management fields in JSM Cloud Automation
Summary
Learn more on how to use customer detail fields to enhance your Automation usage.
What are customer and organization details?
These features are available for Jira Service Management Premium and Enterprise subscriptions.
The Organization and Customer detail fields store important information about your organizations and customers. They provide you with essential context, helping with decision-making, configuring Service Level Agreements (SLAs), and setting up dashboards:
In addition, entitlement represents a customer's access to a product or service and includes important details related to that access. These details might include support level, product tier, number of licenses, expiry date, or any other relevant information about their entitlement. Your team can view these details on a customer’s profile to gain additional context when handling support requests:
Use JQL to access these fields in Automation
You can access these detail fields using JQL (Jira Query Language) and JQL conditions within automation rules. To effectively use these fields in automation rules, check out the following information:
Use organizationDetail() to verify organization details fields
Syntax |
|
---|---|
Supported fields | Organizations |
Supported operators |
|
Unsupported operators |
|
Examples |
|
Use customerDetail() to verify customer details fields
Syntax |
|
---|---|
Supported fields | Assignee, Reporter, Voter, Watcher, custom fields of type User |
Supported operators |
|
Unsupported operators |
|
Examples |
|
Use entitlementProduct() to verify the product
Syntax |
|
---|---|
Supported fields | Entitlement |
Supported operators |
|
Unsupported operators |
|
Examples |
|
Use entitlementDetail() to verify the entitlement’s details
Syntax |
|
---|---|
Supported fields | Entitlement |
Supported operators |
|
Unsupported operators |
|
Examples |
|
You can't use Details in all Automation functionalities. There is a feature request to improve this:
JSDCLOUD-13433 - Getting issue details... STATUS