{
  "author": "Community",
  "description": "Open a Bitbucket issue page pre-filled with title and body.",
  "icon": "ant.fill",
  "id": "community.bitbucket",
  "name": "Bitbucket Issue",
  "openURLTemplate": "https://bitbucket.org/{{setting:workspace}}/{{setting:repo}}/issues/new?title=Bug+Report",
  "settings": [
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "workspace",
      "label": "Workspace",
      "type": "text"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "repo",
      "label": "Repository",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "openURL",
  "urlBodyType": null,
  "urlEndpoint": null,
  "urlHeaders": null,
  "urlMethod": null,
  "version": "1.0.0"
}