Hello ,
I am newbie to jira ,
I am using python to create tickets on jira through rest API but when I am executing script . It's output coming with 401 error .
May I got any trouble shooting guide for this issue .
I have tried with free trial version on jira cloud (jira service desk) and also on jira server on my local virtual machine.(jira server on one machine and try to create create through second server).
Anyone who knows , please help me.
Thanks
If it's returning 401 errors, most probably you have not authenticated into the Jira system. You have to solve that problem first by using API tokens within your script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.