Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active April 9, 2023 19:36
Show Gist options
  • Select an option

  • Save KyMidd/b6bb1020d8ab2c4701f790cd248f90af to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/b6bb1020d8ab2c4701f790cd248f90af to your computer and use it in GitHub Desktop.
# Define the projects to create autolink references for
AUTOLINK_JIRA_PROJECT_KEYS=(
ABC
DEF
GHI
JKL
MNO
PQR
STU
VWY
ZYA
BCD
EFG
)
AUTOLINK_JIRA_PROJECT_KEYS=$(echo "${AUTOLINK_JIRA_PROJECT_KEYS[@]}" | tr ' ' '\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment