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