Howto Fix Submission Things

From PANGAEA Wiki
Jump to navigation Jump to search

Howto create the "Edit Metadata" Button in JIRA

If you create Tickets not with the submission tool, but in another way, there is no "Edit Metadat" button. But it can easily be created.

  1. Create a metadata.json file with your favorite text editor and paste the content for a minimal file.
  2. Attach the metadata.json to the ticket.
  3. Open https://www.pangaea.de/submit/generic/?issue=PDI-<YOUR_PDI>
  4. Fill out the form and submit.
Minimal metadata.json file:
{
  "Version": "1.0",
  "customfield_10820": "checked",
  "Summary": "Data submission Minimal Template",
  "License": {
    "title": "CC-BY: Creative Commons Attribution 4.0 International",
    "id": "todo"
  },
  "Staffs": [
  ],
  "Title": "Minimal metadata.json Template"
}