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.