Attest Jira issue
Attest Jira issue
Add Jira attestation to a trail with an optional attachment file.
POST
Attest Jira issue
Documentation Index
Fetch the complete documentation index at: https://kosli-logo-update.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Attestation data in JSON format
Example:
{
"attestation_name": "jira",
"git_commit_info": {
"author": "Jon Smith <jon@smith.com>",
"branch": "main",
"message": "adding glorious commit",
"sha1": "ae08fc6a5c963ae8dfaa0c27d8e5de9980d433b6",
"timestamp": 1750923680,
"url": "https://github.com/org/repo/commit/ae08fc6a5c963ae8dfaa0c27d8e5de9980d433b6"
},
"jira_results": [
{
"issue_exists": true,
"issue_id": "ML-50",
"issue_url": "https://your-org.atlassian.net/browse/ML-50"
}
],
"user_data": {}
}
Optional attachment file (max size: 10MB)
Response
Creation Success
The response is of type string.
Last modified on May 21, 2026

