So if I understand, you are only extending JIRA in the browser with javascript that runs locally and communicates directly with the hosted JIRA backend? (I could not see where the form posts to in the screenshot).
Yes Barry,
it's JS code run through an iframe hosted on github.
And it runs locally. And communicates with the hosted JIRA backend.
Posting is done through an iframe not a form.
My point that it's hosted on github - was that we don't have access to the hosting service and can't intercept the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Berry, check the answer below and let me know if it was useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
There is a data transfer between JIRA and the plugin
Plugin is hosted on github.com, so a 3'rd party secure location, as for it's code source.
So we, as plugin developers, don't have access to server logs which would contain the content of the checklist.
Plugin doesn't have any database and doesn't store any data by itself.
The only storage is done in your cloud JIRA instance in custom field "Checklists".
It's also easy to verify, by a developer, by inspecting the plugin in your Jira.
transmitted outside of JIRA - JIRA 2016-07-15 00-27-05.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.