cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#LINEAR_CREATE_PROJECT' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "LINEAR_CREATE_PROJECT", "parameters": { "teamIds": {}, "projectName": "<string>", "description": "<string>", "additionalFields": {} } } '
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
Specify the team ID(s) this project is associated with as a string or a JSON array. (example: ["a70bdf0f-530a-4887-857d-46151b52b47c", "4ac7..."])
Project Name : Specify the ID of the project to update. (example: "My Linear Project")
Project Description : Specify a description for this project.
Additional Fields : Specify additional fields to include on this project as JSON. For example, you may associate the issue with a Linear Project here. See the docs (https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/Mutation#issueCreate) for available fields. (example: "{ state: "planned", description: "" }")
Success
Was this page helpful?