Hello,
I'm currently preparing for an Security Assessment for my service.
My service calls JIRA and I am wondering when performing API requests to JIRA if it shall automatically send this encrypted over?
I wrote my service in python.
Are there additional best practices that should be implemented regardinf security when making API calls to JIRA?
Additional documentation - https://buildmedia.readthedocs.org/media/pdf/jira/latest/jira.pdf
Hello there. If you're making calls to a Jira Cloud instance, all API calls must be made using https. You can run your instance URL into a TLS checker, and you'll find that it's running on the latest TLS version (1.3 as of this post). More information can be found here: https://support.atlassian.com/security-and-access-policies/docs/supported-security-protocols-for-atlassian-cloud-products/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.