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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I am getting a 404 Not Found message for below url
Not Working URL: https://******/rest/tempo-timesheets/3/worklogs?projectKey=DER&dateFrom=2018-06-11
when I am using basic authentication method of providing username and password
It works properly when I am fetching all the projects data, for e.g below url work properly if use the basic authentication method of providing username and password
Working URL: https://******/rest/api/2/project
Can you tell me what could be the issue, and how should I proceed to resolve this.
The link isn't working anymore. Do you have some other resources I could check? I have the same issue
What authentication are you using? I see that the link above is no longer valid, but it was about authentication.
Has this worked for you previously but it's now stopped? Or is this the first time that you're trying to run this call?
Thanks for your response!
I am using basic authentication, with username and password.
It has worked for me previously, but now it's stopped.
Right, that's why it isn't working. The link above was a Tempo article describing what you needed to do to change to Bearer authentication. I'll try to tell you what you need to do from memory, hopefully it will work :
"Authorization", "Bearer " & "yourToken"
So instead of using a password, you use the token.
You will use the 64 bit encoded version of the Jira e-mail address and API token, the same way that you may have used a 64 bit encoded version of the username and password previously.
If you can't get it working, let me know more details about what you've tried and what error message you're getting.