Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Delphi connect to Jira with PAT

Andreas Wohlmuth
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Nov 17, 2023

Hi all,

I want to export/update Jira Task and getting html 404 error.

 

Within the GUI i am using this URL:   

request.Resource := '/jira/secure/RapidBoard.jspa?rapidView=5207&projectKey=TEST';

signature := 'sometestuser:PAT_test_token';

request.Params.AddItem('user', signature, TRESTRequestParameterKind.pkHTTPHEADER, [poDoNotEncode]);

 

Also I am wondering about no error with not existing username at first.

 

Can I use GUI URL for request.Resource parameter?

Is the signature syntax correct for PAT authenification?

 

I read the existing question but was not able to get the proper info I need.

 

thanks for help in advance

Andreas

0 answers

Suggest an answer

Log in or Sign up to answer