The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Rest API permissions missing for the administrator user in Free version

Krzysztof Baczkiewicz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2022

Hi,

I am an administrator user and I am trying to access information about project and issues through REST API. However, when I ask about my permissions I am getting information that I do not have permissions to browse projects. 

https://findwise-fix.atlassian.net/rest/api/3/mypermissions?permissions=BROWSE_PROJECTS%2CEDIT_ISSUES

Response:

{
    "permissions": {
        "BROWSE_PROJECTS": {
            "id""10",
            "key""BROWSE_PROJECTS",
            "name""Browse Projects",
            "type""PROJECT",
            "description""Ability to browse projects and the issues within them.",
            "havePermission"false
        },
        "EDIT_ISSUES": {
            "id""12",
            "key""EDIT_ISSUES",
            "name""Edit Issues",
            "type""PROJECT",
            "description""Ability to edit issues.",
            "havePermission"false
        }
    }
}

I can open an issue, but I cannot view it then.

Do I need to set some additional permissions to be able to use Rest API, or maybe it is not available in the free plan?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Krzysztof Baczkiewicz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 1, 2022

Problem resolved. It was a Postman issue - The permissions call did not properly inherit the authorisation data. My fault.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events