Jira actions & endpoints
Take advantage of Jira API Endpoints within your Rewst Workflows.
Last updated
Was this helpful?
Take advantage of Jira API Endpoints within your Rewst Workflows.
Last updated
Was this helpful?
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)