Please let us know where we can find the web.xml file.
Hi! I have a piece of javascript code embedded on a confluence page which intends to retrieve results from a third party API. Whenever I execute the javascript code with the call to the RESTfull API...
After upgrading my Confluence Data Center instance to 7.4.14, I am getting CORS errors on the "Manage apps" screen when expanding some of the plugins on my instance. You can see the issue here:...
Hi, After a lot of trying I come to you. I want to create an atlassian-connect plugin for Jira Cloud which requires using Tempo's Rest API in order to retrieve account information and especially mo...
Hello. I am writing a mobile version for jira, using rest-api, but when I try to perform a rest-api function or get a resource, I get a CORS conflict. My jira is running in docker and I didn't find ...
Hey! I'm trying to access the Jira's API from an Angular web page but I'm always getting this error: Access to XMLHttpRequest at 'https://company.atlassian.net/rest/api/latest/agile/1.0/boa...
I'm attempting to add Jira Cloud access into a web app I'm developing. I (now!) understand the CORS issues with doing this using the rest API. So I've got Oauth 2.0 authentication setup and can happi...
Receiving below Warning in Jira 2020-07-02 04:29:28,641 http-nio-8080-exec-10 WARN /rest/webResources/1.0/resources [c.a.p.r.c.security.jersey.XsrfResourceFilter] Additional XSRF check...
I have a form in a SharePoint 2016 site that saves data in SharePoint list first, then creates an issue in Jira with the same details entered by user. Jira REST APIs is being used to create issues in...
Hi, I’m new to Jira. I want to create issue in Jira Cloud(hosted in AWS) site using rest Post api from Angular8 site(frontend programming) but Im getting CORS error. Error:- “Access to XMLHttpRequ...
I am following Trello's API documentation. I already change my key where it should go Question 1: Does my key has to be between '{' and '}' <script src="https://api.trello.com/1/client.js?key={...
Hi, I'm trying to integrate Jira api on Chrome extension(using Javascript). I followed the Oauth 2.o docs: https://developer.atlassian.com/cloud/jira/platform/oauth-2-authorization-code-grants...
Can somebody please clarify, what are all the implications of whitelisting a domain in Jira Server? It is mentioned here that you need to whitelist a domain if you want to enable CORS for...
According to: https://developer.atlassian.com/cloud/jira/service-desk/rest/#authentication "Authentication for REST API requests If you are integrating directly with the Jira Service Desk Cloud RE...
Hi, we are using jira in our server. In our application we want to show the jira board in iframe so in order to test that i have installed jira as a service in my machine and while running it in ifra...
I have created an Office Add-In which works in web environment and I am trying to fire a jira api, but the preflight request is not returning any response. An error is thrown on console Preflight re...
I write to ask for help after reviewing the official documentation and the posts of other users to integrate Apache Web Server (Proxy) with Jira. It's about the following: When a user clicks the b...
Trying to access the following from another server on our network: GET https://bitbucket.*****.com:8443/rest/api/1.0/projects/<project>/repos/<repo>/branches?filterText=<filter>&am...
I need to make an api able to create jira issues on a locally installed server from a third party cloud installed software. So no server to server communication is possible and the only solution is t...
I am developing an add on that exposes a rest api and i want to retrieve information of bitbucket via the api I wrote from an seperate web application. I ran into a lot of CORS problems eventhough i ...
...ut i am running into a lot of problems. The code of my api looks like this: @Path("/project") @CrossOrigin("http://localhost:4200/") public class ProjectResource { private P...
im not what i did but i have been having error with my front end app communicating with JIRA via REST API. i need to create issues via my app and send a POST request. but i am really having err...
Is anyone else experiencing this issue while using Chrome Version 58.0.3029.110 (64-bit) and accessing Trello? I can log in fine, but my boards won't display unless I disable CORS checking with ...
I'm checking on this URL: https://confluence.atlassian.com/doc/configuring-the-whitelist-381255821.html Currently, I'm already confluence admin but there's no whitelist configuration Thanks....
Hi, I am trying to display a JIRA dashboard in our external angular2 app. The displays custom information that the JIRA does not give you out of box but we also want to use some of the out of box ch...
Copied to clipboard