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": {}
}
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
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.