i try to use this link to create an issue
but i receive this followin error
---------------
XSRF Security Token Missing
-------------------
i tried to disable the the XSRF token option
follow the instructions of the next page
https://developer.atlassian.com/display/JIRADEV/Form+Token+Handling
using this property and value in the jira-application.properties file
jira.xsrf.enabled=false
but it doesn't work
i tried to find jira-config.properties file in the JIRA-HOME directory but the file it's not there
please help
i need this for a demo
i can't use the Advanced Config interface because i don't have JIRA-System-Administrator permission
i don't know why this permission isn't on the global-permission section
Indeed you'll need to change this option in the <tt>jira-config.properties</tt> file rather than in the <tt>jira-application.properties </tt>if you are running a more recent release of JIRA. Also, in new JIRA installations, this file may not initially exist and if so, needs to be created manually - Just add the 'jira.xsrf.enabled=false' option to the file and restart JIRA so the changes will take effect. :)
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I encountered this issue today when trying to clear the default value for Resolution field. The fix I have found for this is to go to the WEB-INF/classes directory and modify the value below from true to false in the jpm.xml file . You will have to restart jira for change to take effect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lou-Guardia Can you confirm which Jira version did you observe this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am on Jira 6, this tip unfortunately did not work for me. Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may have run into https://jira.atlassian.com/browse/JRA-34749- you can vote or comment there. Alternatively you can use the "X-Atlassian-Token: nocheck" header if you're using a script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.