Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the URI authentication address to establish a connection to a jira project

Nannette Mori
Contributor
September 1, 2020

Using a perl script to establish a connection to a jira project to create/update Issues using the rest api version 2

 

Do you have an example or tutorial input or documentation on this topic

1 answer

0 votes
Iago Docando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2020

Basic Auth. Just add a header to your query to the rest API.

Authorization Basic {base64_string_for_user:pass}

example:

Sin título.png

Nannette Mori
Contributor
September 2, 2020

I guess I don't understand your response.  We don't have a query, we are just trying to establish connection into jira before we can do anything else to the fields

 

Do  you have a coding example how we would setup this connection?

Iago Docando
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2020

Sorry about that. I don't know a thing about perl, I'm just used to querry Jira's API and I know I use this authentication everytime. 

Check out this answers by Andy Heinzer:

Suggest an answer

Log in or Sign up to answer