#1944 Added using_issues in doc to highlight issue pre-filling using url
Closed 7 years ago by pingou. Opened 7 years ago by eashantodu.
eashantodu/pagure issues  into  master

file modified
+1
@@ -40,6 +40,7 @@ 

     project_acls

     roadmap

     using_doc

+    using_issues

     using_webhooks

     ticket_templates

     pr_custom_page

@@ -0,0 +1,16 @@ 

+ Using Issues

+ ============

+ 

+ Creating Issues

+ ===============

+ 

+ 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>

While this is a good start I would love a more generic introduction on how to report issues and what is available to whom and so on. So a generic usage doc of issues, covering this and much more :)

Pull-Request has been closed by pingou

7 years ago