Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I need help getting my JIRA instance to accept REST. its v.7.3.8
It's configured OAUTH with MFA so I need to use an apitoken.
I can successfully use my username:token with Confluence and bitbucket rest interfaces but just with JIRA, i get 403
Could this be a Jira setting?
Appreciate insite/advice anyone has to share.
Thanks!
as @Nir Haimov said, 403 sounds like either Jira accepted your credentials and you don't have the permissions or didn't find credentials at all in your call. Since the call seems to work in your browser, I'd guess the first one is the case.
Some questions to point you to a possible solution or us to provide better help:
Cheers,
Matthias.
If you get 403 that means you don't have access to do the action you are trying to do in Jira via REST API.
Try to check your Jira permissions for the thing you are trying to do
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can run the command from a browser as the same jira user and have no issue.
My user has administrator and system-administrator rights plus I am doing the most basic of operations
rest/api/latest/issue/createmeta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.