I'm trying to leverage Jira issue collector in our project, but it runs into `XSRF check failed` issue. I was pointed to add "X-Atlassian-Token: no-check" to request header, but there seems no way to add it through issue collector, as I don't have direct control of it.
I configured Issue collector's 'Trigger Type' to be 'Custom', then placed following code in my project html
<script type="text/javascript">
window.ATL_JQ_PAGE_PROPS = {
triggerFunction: function (showCollectorDialog) {
window.showCollectorDialog = showCollectorDialog;
}
};
</script>
Hi, did you have any solution here? We are also facing the same issue. The only solution I was able to find is thru the backend (also a workaround).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.