cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GITHUB_GET_ISSUE_BY_NUMBER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GITHUB_GET_ISSUE_BY_NUMBER", "parameters": { "owner": "<string>", "repo": "<string>", "issue_number": "<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
Owner : Specify the name of the account owner of the associated repository for this Issue. (example: "abc")
Repository : Specify the name of the associated repository for this Issue.
Issue Number : Specify the number of the issue to be fetch.
Success
Was this page helpful?