Actions & Endpoints
Take advantage of Jira API Endpoints within your Rewst Workflows.
Last updated
Take advantage of Jira API Endpoints within your Rewst Workflows.
Last updated
Feedback
⬆️ CannyCopyright © 2024 Rewst
For more information on which endpoints you have access to, check out the and the .
Action Name: Jira API Request
Description: Perform various generic requests against the Jira API.
Endpoint/Method: GET, POST, etc.
Parameters (Required/Optional):
url_path (Required): The URL path for the API endpoint eg: /issue/DEMO-1
Body (Optional)
JSON Object (Optional)
Request Method (Required)
Query Params (Optional)
Cookies (Optional)
Headers (Optional)
Paginate Request (Optional)
Raw JSON (Optional)
Action Name: Jira Service Desk API Request
Description: Generic action for making authenticated requests against the Jira Service Desk API.
Endpoint/Method: GET, POST, etc.
Parameters (Required/Optional):
url_path (Required): The URL path for the API endpoint eg: /request/{{ issue_id }}/status
.
Body (Optional)
JSON Object (Optional)
Request Method (Required)
Query Params (Optional)
Cookies (Optional)
Headers (Optional)
Paginate Request (Optional)
Raw JSON (Optional)