Skip to content

Commit 5281141

Browse files
authored
Update jira.rst (#1024)
Adding a new method to get all the users who have browse permission to a project
1 parent 0ac1f63 commit 5281141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/jira.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ Manage projects
146146
# Follow the documentation of /notificationscheme/{id} resource for all details about returned value.
147147
# Use 'expand' to get details (default is None) possible values are notificationSchemeEvents,user,group,projectRole,field,all
148148
jira.get_priority_scheme_of_project(project_key_or_id, expand=None)
149+
150+
# Returns a list of active users who have browse permission for a project that matches the search string for username.
151+
# Using " " string (space) for username gives All the active users who have browse permission for a project
152+
jira.get_users_with_browse_permission_to_a_project(self, username, issue_key=None, project_key=None, start=0, limit=100)
149153
150154
Manage issues
151155
-------------

0 commit comments

Comments
 (0)