Forums

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

I'm trying to access user permissions for project through Jira python module

Rajinish_Gaddam
March 13, 2020

Hi, I have tried to get permission for a project for a user, but I was getting below error. Thanks in advance

from jira import JIRA

ORGANISATION = "https://domain.atlassian.net"

jira = JIRA(basic_auth=('xxxxxx@gmail.com', 'xxxxxxx'), options={'server': ORGANISATION})

f = jira.my_permissions(projectId="10001")



{
"errorMessages": [
"The 'permissions' query parameter is required."
],
"errors": {}

1 answer

0 votes
Susan Hauth _Jira Queen_
Community Champion
June 1, 2018

Hi Matteo,

I too would like that feature.  However does not seem possible at this time.  Please vote for:

https://jira.atlassian.com/browse/JSDSERVER-4782

Cheers

Susan

Matteo Bertola
June 4, 2018

Thanks Susan!!!

Suggest an answer

Log in or Sign up to answer