Link to a new issue creation page in Linear and prefill fields using query parameters.
The following links trigger the creation of a new Linear issue in any browser and you can add query parameters after any of them to pre-fill issue fields.
For example, you can assign new issues to a specific person, set an estimate, add labels, or combine multiple parameters with instructions in the description to create a template for a user to fill out. From the app, type Cmd/Ctrl
K
then *copy
* to bring up copy pre-filled create issue URL to clipboard
to quickly create a URL. To view an example, click this link.
We support the following query parameters:
Title and description will display the inputted text.
Use the display name or UUID identifier to set other parameters. For example, set a status with status=in+progress
or status=<UUID identifier>
and a cycle with cycle=8
or cycle=cycle+8
.
Assignee can bet set with a user's full name as well as the display name or identifier.