Skip to content

Add script to POST a fieldnote via API

Katrin Leinweber requested to merge fieldnotes-post-via-api into main

This is an MVC to script the creation of fieldnote issues faster and with less copy-pasting than via the web interface.

The script takes a ticket's ID and title as parameters, and uses those to:

  1. create the issue in gitlab-com/support/fieldnotes,
  2. populate that project's template with the provided data,
  3. update the fieldnote description.

Initial idea: https://gitlab.com/gitlab-com/support/fieldnotes/-/commit/c17998779086cd8f55f7bdea763a90b2b4d8a8aa#note_853802980

Edited by Katrin Leinweber

Merge request reports