jira_permissions_add_grant
Grant a permission to a Jira permission scheme. Provide scheme ID, permission key, and holder type to add the grant. Returns success with scheme details.
Instructions
Add a permission grant to a permission scheme.
Verify the scheme is not shared with other projects before modifying. Returns: {success, scheme_id, permission, holder_type}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme_id | Yes | Permission scheme ID | |
| permission | Yes | Permission key, e.g. 'BROWSE_PROJECTS', 'EDIT_ISSUES', 'ADMINISTER_PROJECTS' | |
| holder_type | Yes | 'group', 'projectRole', 'reporter', 'assignee', 'projectLead', 'applicationRole', or 'anyone' | |
| holder_parameter | No | Group name for 'group', role name for 'projectRole'. Not needed for reporter/assignee/projectLead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||