Posts

Showing posts with the label jira

Java Jira HTTP response code 403

Image
Clash Royale CLAN TAG #URR8PPP Java Jira HTTP response code 403 I'm trying to get some data by the rest api of Jira. Thiw website is locally in my enterprise and on https. The first time we go on it we are automatically login by SSO. There are certificats too. I have check all post about this error, try with User-Agent or TrustManager but nothing work :( then I can access to the page by my browser without any problem. It's work on two other computer and I didn't really understand why. Error I got : java.io.IOException: Server returned HTTP response code: 403 for URL: https://myjira.xx/rest/api/2/search?jql=project=PARE2+order+by+updated&fields=id,updated,summary,assignee,worklog&startAt=0&maxResults=30 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) And my code is : public void connectToJira() throws Exception { String adre...

How to create pull request in Bitbucket from Jira transition?

Image
Clash Royale CLAN TAG #URR8PPP How to create pull request in Bitbucket from Jira transition? Our team is accustomed to living in Jira. The move to bitbucket is new. And using "Pull requests" will be new. In this context, the first thing I want to do is have the PR created automatically when an issue transitions from In Progress to Review. How can I achieve this? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.