Hey Guys,
I'm trying to create a filter throught Nodejs,
I'm Getting 401 / 402...
Also, i've seen so many examples of Jira connector / JiraClient for Jira cloud, but haven't seen an example for jira server. am i missing something ?,
My code in this link below (gitHub), thanks !.
https://github.com/Shachar297/jira-filter/blob/main/filter.js
Hi, thanks !
{ "type" : "http", "host" : "localhost", "port" : "8080", "username" : "jira.username", "token" : "jira.json.token", "password" : "jira.json.password", "version" : "2.0.alpha1", "userAgent" : "jira.json.useragent"}
this is the config,json, ofcourse i edited my login details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
okay, could you verify you auth parameters via postman or curl ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works perfectly on jira cloud,
jira server has an auth problem, but actualy now i am getting error code 500 while trying to log-in jira instance (IM AN RUNNING JIRA VIA DOCKER).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.