I've created a sample plugin based on:
https://developer.atlassian.com/cloud/jira/software/build-a-jira-app-using-a-framework/
I updated credentials.json file with my Token,
But when I am using 'npm start' It creates:
> my-app@0.0.1 start /home/*****/jira-getting-started
> node -r esm app.js
morgan deprecated default format: use combined format node_modules/esm/esm.js:1:278827
Watching atlassian-connect.json for changes
App server running at http://******:3000
Local tunnel established at https://78f42fb27144.ngrok.io/
Check http://127.0.0.1:4040 for tunnel status
Registering add-on...
Failed to register with host https://*******.atlassian.net/ (401)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status><status-code>401</status-code><message>Client must be authenticated to access this resource.</message></status>
Add-on not registered; no compatible hosts detected
Hello @arashebrahimi
Welcome to the Atlassian Community!
Since this is a development question, I believe the best place to ask for help is in the Atlassian Developer Community:
https://community.developer.atlassian.com/
The mentioned portal was specifically created for development questions, where you will find articles and suggestions from other third-party partners and Atlassian developers. Feel free to open a new topic about your question there! :)
Let us know if you have any other questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.