You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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