...isplay without having to click the button a second time? It would be nice if Atlassian would take a hard look into the JIRA Issue Collector and map out a solution for those who are using Angular for b...
I am trying to execute the following command so that I can build my Angular application within the pipeline: - npm install -g @angular/cli But this throws an error: + npm install -g @angular/cli n...
I am trying to call a POST (also tried a DELETE) method of a Jira Server rest api from an angular application. Unfortunately, I am getting 403 error and it's saying XSRF check failed. I tried a...
In my jira plugin, I use angular to build the frontend. In angular there is typically an assets folder in the root folder. In my angular component, I reference the asset like this: <img src="/a...
Hi, I want to make a pipeline that first compiles the angular project and then sends that build to the web via FTP. I have modified the angular.json and the firebase.json with the folder where it i...
I have my angular and nodejs app hosted on Azure VM (Linux (ubuntu 18.04)) using nginx and pm2 respectively. Now I want to create pipeline by which i can deploy my code to the nginx root folder. S...
I have an angular app that I'm building, when I run the build command ng --aot build directly through the terminal, it runs fine, but through the bamboo script task it gives panic: a...
I want to upload my Angular application to Google Drive using Bitbucket Pipeline. Has anyone tried this?
I am having a problem finding out how to open and read angular build log file, since its only in temporary memory for deployment. Here is the output: + ng build Your global Angular CLI v...
Lots of beginner questions so I'm going to be explicit in my process. I'm using a Windows server command prompt. I have ng and npm installed. I created the Hello World test app in Angular...
Hello, i want joint protractor test in Angular with zephyr in an Atlassian Cloud. I use the protractor-zephyr-reporter in Angular and i have problems for the configuration. what is t...
Hi, I'm developing Jira Addon in AngularJs 7. I'm facing two issues. The first one is that I have added routing in my Addon it's is working fine on localhost but not working on Jira Live platform....
Hello, I would like to set up a pipeline for a .Net Core with Angular project but I don't know how to do it. I have tried some configurations without success and I would like somebody to shed s...
Hi I need create plugin for jira server, code is completely written in external angular app. What I want is display whole angular application in jira like plugin. Is it possible to do that ? I have o...
Hi, I am setting up an asp.net core/ angular application pipeline. The project is created using Visual Studio using the default Angular template. I just went with the default asp.net...
I'm running pipeline on a angular workspace project power by nrwl. and I have a npm script that reference the branch (`origin/master`) node --max_old_space_size=8192 ./node_modules/.bin/n...
Hi everyone, I'm trying to build a pipeline to deploy our Ionic 4 Beta project to browsers and I'm running into an odd issue. The angular.json file specifies that outputPath has been defined a...
I have an Angular 6 project built using the angular cli. I have the default configurations for everything and all my spec files are next to their components as per angular best practices. I f...
I've set up a deployment project for an Angular app, copying its files to a remote server (with SCP task) and building it with `ng serve` (with command over SSH task). Now, even though this works, a...
image: node:8.11.4 pipelines: default: - step: caches: - node script: - yarn - ./node_modules/@angular/cli/bin/ng test --browsers PhantomJS --watch=false + ./n...
I am trying to build angular application.Can i use rest api to get basic information like pullrequest? If yes do we need to pass any token? From where i will get that token?
I am trying to send get request from postman to get pullrequest details from bitbucket.To that service i am sending cookies in header. GET URL:- https://jdhd.dhdh.com/rest/api/1.0/projects/LP/repos...
I have Angular 5 application developed. I have added following yml file: pipelines: default: - step: caches: - node script: # Modify the commands below to build y...
I'm currently running into a problem with the application I'm writing. I'm currently working in Angular 5 for the first time and I've been trying to update the assignee of an issue. When I test my m...
Good day. I am fairly new in Jira development and I was wondering if there is any possibility to integrate Angular 2.x(4/5) as a web resource into a jira plugin(maybe make use of angular custom t...
Copied to clipboard