Tips and tricks¶
Pre-fill issue template using the URL¶
When Creating Issues for a project , Pagure supports pre-filling the title and description input text using url parameters
Example:¶
https://pagure.io/pagure/new_issue/?title=<Issue>&content=<Issue Content>
The above URL will autofill the text boxes for Title and Description field with Title set to <Issue> and Description set to <Issue Content>.