artifact_fetch_from_url
Fetch an artifact from a public URL and store it in Atlassian Marketplace. Returns the stored artifact's download link and details.
Instructions
Have Atlassian fetch an artifact from a public URL and store it. Returns {fileInfo, _links, details} — the stored artifact's id/download link live under _links/fileInfo. NOTE: the API field is uri (not url); this tool accepts url and maps it to uri for you.
📖 Spec (POST /rest/3/artifacts/fetch): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-assets/#api-rest-3-artifacts-fetch-post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the artifact to fetch and store (sent to the API as the required `uri` field). | |
| extra | No | Optional extra fields to include in the fetch request body |