cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#LINEAR_GET_ISSUE_BY_ISSUE_IDENTIFIER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "LINEAR_GET_ISSUE_BY_ISSUE_IDENTIFIER", "parameters": { "externalId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
External ID : Specify the human-readable Issue identifier of the issue to fetch. (example: "ABC-1")
Success
Was this page helpful?