I am trying to send an attachment via the REST api to be attached to a ticket.
I'm using JWT tokens and checked with the decoder that my URLs are sound. I'm testing with Postman, and yesterday I could send attachments this way just fine. However today I was trying to test my code and I keep getting 404s.
{ "errorMessages": [ "Issue does not exist or you do not have permission to see it." ], "errors": {}}
My guess is something is up with my JWTs but they work for other URLs and api calls. OR something is different with the project permissions. OR maybe something is up with the service right now?
Odd, I took lunch, came back to the same code and it's working now..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.