- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2019 03:33 PM
Hi,
I have a requirement to encrypt attachments at column level. I found a document that says column level encryption is supported for attachments but I din't find any documentation on how to encrypt them.
If anyone has documentation or steps to encrypt. Please share.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 11:10 AM
The checkbox will look something like this. Try clearing the cache and logout and login again to check if it works.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 02:59 PM
Make sure you have encryption plugin active.
Then you should have encryption context created. To access Encryption Context, you should elevate your role to Security Admin.
You encryption context is tied to your role. So make sure, the encryption context you created is tied to your role. Otherwise you wont see the checkbox to encrypt while attaching a file.
If you want to do it dynamically, you may use scripting.
For ex, I update the encryption_context field in sys_attachment field with the encryption I want to use.
There are also functions such as changeEncryptionContext(), which can set the encryption context. But to use this function, you should be logged in as a user, who has the role to encrypt
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 03:33 PM
Thank you. That was helpful. I activated the plugin.
How to I associate roles to the encryption context and where would I set encryption for attachments?
I went to sys_attachment table and picked a encryption context that I created manually. But the attachment on the inicdent is hidden even to me as admin. I believe that's because I don't associate any role to the encryption context.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 03:55 PM
open the roles table and there you can associate an encryption context to a role for ex admin or itil.
Add the Encryption context to the list view and then double click to add the encryption context you created. Once you do that, any user with those roles, to which the encryption mapped to will have option to encrypt option while attaching.
Make sure you have your role elevated to Security Admin.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 10:44 AM
Hi,
I elevated to security admin and added encryption context to admin role but I don't see any checkbox for attachments.
Can you send me a screenshot of how it would look and also am I missing any step?
To test the functionality I opened sys_attachment table and added encryption context to the attachment I added to a incident, then the attachment disappeared to me on incident even as admin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 11:10 AM