-
-
Save KyMidd/d2a7bacf30b351d0bf7ce3b8a9ae0f60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create an auto-link reference | |
CREATE_AUTOLINK_REF=$(curl -sL \ | |
-X POST \ | |
-H "Accept: application/vnd.github+json" \ | |
-H "Authorization: Bearer $GITHUB_TOKEN"\ | |
-H "X-GitHub-Api-Version: 2022-11-28" \ | |
https://api.github.com/repos/$GH_ORG/$GH_REPO/autolinks \ | |
-d "{\"key_prefix\":\"${TICKET_REF}-\",\"url_template\":\"https://your-atlassian-instance-name.atlassian.net/browse/${TICKET_REF}-<num>\",\"is_alphanumeric\":false}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment