-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 10.2.0, 10.3.13, 11.3.2
-
Component/s: Licensing & Permissions
-
1
-
Severity 3 - Minor
-
1
-
Issue Summary
When a user that only customer permissions in JSM interacts with an issue, webhooks for that interaction display errors such as the one below in the JSM fields, such as request types and SLAs:
customfield_10225=
{errorMessage=You don't have permission to access this service project.,
i18nErrorMessage=
{i18nKey=sd.agent.servicedesk.error.project.nopermission, parameters=[]}
}
Steps to Reproduce
- Set up a JSM 10.3
- Create a JSM project
- Add a user that's just a customer, with no other permissions
- (optional) Create an automation rule just to receive the webhook and print it in the audit logs (using the {{webhookData}} smart value)
- Create a native Jira webhook
- Create/update issues with that user
- Check the webhook data
Expected Results
All data is presented in the webhook.
Actual Results
JSM fields are presented like this:
customfield_10225=
{errorMessage=You don't have permission to access this service project.,
i18nErrorMessage=
{i18nKey=sd.agent.servicedesk.error.project.nopermission, parameters=[]}
}
Workaround
Currently there is no known workaround for this behavior.
An automation can be created to copy the field value to a regular custom field, so it is sent over the webhook.
- links to