Katalon Studio + JIRA cloud integration - katalon-studio

I am trying to integrate JIRA cloud with Katalon Studio.
On clicking Add New issue it is not opening the create issue native submission form. But on clicking link existing issue it is linking.
Can anyone please help?

Related

Adding Authorization Details in package.json

I am trying something which involves allowing/authorizing access to online account from Visual Studio Code. The idea is that as soon as Atlassian Jira Extension will be installed, then the users will be allowedto their online Jira account from within VS Code so that can access the functionalities within the VS Code. Is there any way of doing this in package.json file? I mean is there any way of adding authorization credentials within package.json so that as soon as the extension is installed, the online Jira account opens in the VS Code?

How to add new web page to VSC liveserver?

I cant find how to add another web page to VSC Live Server extension.
It shows me one old web page again and again if I am trying add another page.
I was searching how to fix this problem but I couldn't find a solution to my problem.
To add new webpage to your project in Visual Studio Code Live Server :
Just move your files to the folder that you are viewing in Visual Studio Code Live Server Extension.

How to open Bugs/PBIs in Visual Studio instead of a web browser when connecting to Azure DevOps Service?

I want to implement Team Foundation Server (now known as Azure DevOps Server) for source control and issue tracking. I have only used the on-premises solution previously. For this particular use case, it would be beneficial to have it hosted in the cloud.
I have deployed a VSTS/Azure DevOps Services cloud solution (as opposed to an on-premises TFS/Azure DevOps Server solution), and it seems to have all of the functionality I am used to with the web portal, except there seems to be no direct integration/plugin for Visual Studio.
I can connect Team Explorer to it and query the work items for a basic listing (as shown in the screenshot below) - but if I double click a work item, or if I click New Work Item, it opens in the web browser, not within Visual Studio.
Is this expected behaviour for VSTS/DevOps Services? Do I need an on-premises installation just to get Visual Studio integration or am I missing something? I would like to use their cloud solution as it has a lot of benefits for this particular use-case.
Which opens this:
Instead of this (below screenshot taken from the web):
Any help is much appreciated! I am hoping to get something up and running ASAP, and would rather not have to install & configure a full on-premises solution in the cloud myself. Letting Microsoft handle it is perfect.
It seems odd that there's no Visual Studio support/integration. I have tried on 2 different machines. I have connected one machine which is running Visual Studio 2017 Professional and the other has VS 2019 Professional. Both open and create work items in the web browser instead of within VS. But VSTS/DevOps Services does seem to have all of the other features of TFS/DevOps Server, as far as I can see.
The web portal is great for other stakeholders, but as a developer I like working directly within Visual Studio. In an on-premises installation you get both. Is there any way to do this on a cloud installation?
We need set the Work Items experience in Visual Studio, then we can create new work item in the visual studio.
Steps:
Tools->work items->General->change the option Landing page.
Result:

Adding Existing SAPUI5 Applications in HANA Cloud Portal site

I am new to HANA Cloud portal. I have created a standalone SAPUI5 Application following the below steps:
SAP HANA Cloud Platform
I have not set any destinations since I am using dummy data for now. The app works fine standalone but when I add it to a site in the HANA cloud portal the application fails with the error "could not open App.Try again Later". I have followed the below steps. Please let me know if I have missed put anything:-
1) Created a site from the site directory screen with a blank site temppplate.
2) Next I selected the app I want to add into the site from the account apps section in the left navigation inside the flpportal service and added it[using the forward icon].
3) Then when I try to add it as a menu configuration it shows up in the list and gets added but when I publish the site I get the above error mentioned.
Am I missing any step or doing it wrong altogether? BTW I am using a HANA trial account for now.
Also, I would like to know whether this is the correct way to do it. Also, any documentation on the same will be helpful
Adding the error description. The name of the app is Kpidemo:

Doc for customizing node-red instance on bluemix does not work

I followed the instruction provided in "https://console.ng.bluemix.net/docs/starters/Node-RED/nodered.html#nodered" to customize my instance of node-red on bluemix.
However, I got redirected back to bluemix homepage (https://console.ng.bluemix.net/) when I tried to download starter code by clicking the "Download Starter Code" icon.
Any ideas???
Method (1)
The starter code of node-red is available in new UI experience. When you are on that page click on "Try the New Bluemix" on top bar. Then click on "Getting overview" tab. Here you can Download the Starter Code.
Method (2)
You can download the starter code for your application here:
https://console.ng.bluemix.net/rest/apps/YOUR_APPGUID/starter-download
This error usually occurs when the language of your browser is set to a language different from English. If changing the default language of the browser the problem persists you can try the following workaround: create a new Node-RED application and click on "Add Git". This will create a new repository on IBM DevOps Services containing the starter code. You could download the code from there.