harry88
1
Hi, I’m switching my app over from using basic auth to oauth, but I’m having trouble with the /rest/api/3
API.
With basic, I got custom fields back, but with oauth I can’t. I’ve tried every combination of scopes I can find, but no luck.
I’m trying to find the field name for story points
Hello @harry88
- What type of ‘app’ are you creating?
- What development language / framework / libraries does this app use?
- Which specific API endpoint are you accessing to get those custom fields (I don’t know of any endpoints that end with the word ‘fields’)
- What is the actual request being sent to that endpoint with what parameters?
- What are the scopes being using with that request to that endpoint?
- What documentation are you referencing and what tests have you done outside your code using your API test tool?
Refer to the How to ask a good question thread on the minimum amount of information that would be required to be able to assist with your problem.
Hi thanks for the quick response, sorry I didn’t see that thread!
I figured out the issue, I was accidentally sending an encrypted token. The one place I didn’t look when I was debugging the issue!
1 Like