I've been trying to figure out this problem for a while now. I have a tomcat app which retrieves a small-ish number of tickets (~300) using the REST api. It always works when I test it from my browser using the dedicated user we set up to do the queries. But when I run the tomcat app it stops working after the first couple of retrievals and starts returning 403 errors. Can't figure out why. Sometimes after I change the jira user pwd it will start working briefly and then go back to throwing 403 errors. Any ideas appreciated.
Hi @Bill
Different REST API requests could lead to different 403 root causes...
Which API calls does your app use from which version ? (e.g.: /rest/api/2/search?jql=xxx )
Regards,
/rest/api/2/search?jql=project=OPS+and+status!=closed&maxResults=300&fields=summary,assignee,customfield_10100,created
thanks!
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.