savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [526] new page


From: ineiev
Subject: [Savannah-cvs] [526] new page
Date: Fri, 3 Feb 2023 07:26:47 -0500 (EST)

Revision: 526
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=526
Author:   ineiev
Date:     2023-02-03 07:26:46 -0500 (Fri, 03 Feb 2023)
Log Message:
-----------
new page

Added Paths:
-----------
    trunk/sviki/AdvancedURLs.mdwn

Added: trunk/sviki/AdvancedURLs.mdwn
===================================================================
--- trunk/sviki/AdvancedURLs.mdwn                               (rev 0)
+++ trunk/sviki/AdvancedURLs.mdwn       2023-02-03 12:26:46 UTC (rev 526)
@@ -0,0 +1,31 @@
+# Advanced URLs
+
+These are URLs primarily intended for use in some kind of scripting.
+
+## Submitting tracker items with prefilled summary and text
+
+Requests like
+  
https://savannah.gnu.org/*tracker*/?func=additem&group=*unix_group_name*&prefill[summary]=*sum*&prefill[details]=*text*
+direct to a form for submitting a new item in *tracker* of
+*unix_group_name* with pre-filled summary like *sum* and submission text
+like *text*, where *tracker* is (bugs|task|patch|support).  Other fields
+like category or priority could be pre-filled likewise.
+
+## Retrieving tracker items without logging in
+
+Sometimes you want to retrieve data from a private item of your group:
+for example, you could maintain a list of notification settings with
+email addresses there.  You can get it encrypted to your registered GPG key
+using this URL:
+
+https://savannah.gnu.org/*tracker*/item.php?item_id=*item_id*&user=*your_login*
+
+Public items are returned unencrypted to any users; when the user
+has no usable GPG key or no access to the item, an error is returned.
+
+Copyright © 2023 Ineiev
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without any warranty.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]