query_assignable
Find users who can be assigned to issues in a Jira project by providing the project key.
Instructions
Query assignables to a ticket on Jira on the api /rest/api/3/user/assignable/search?project={project-name}. Do not use markdown in your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The id of the project to search |