File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33set -euo pipefail
44
55# Required variables
6- : " ${JIRA_MIGRATION_JIRA_PROJECT_NAME:? Missing Jira project name (e.g., INFRA)} "
7- : " ${JIRA_MIGRATION_JIRA_PROJECT_DESC:? Missing Jira project description (e.g., Jenkins Infrastructure project)} "
86: " ${JIRA_MIGRATION_JIRA_PROJECT_NAME:? Missing Jira project name to process (e.g., INFRA)} "
7+ : " ${JIRA_MIGRATION_JIRA_PROJECT_DESC:? Missing Jira project description (e.g., Jenkins Infrastructure project)} "
98: " ${JIRA_MIGRATION_JIRA_USER:? Missing Jira user to be comment author (e.g., jenkins-infra-bot)} "
109: " ${JIRA_MIGRATION_JIRA_TOKEN:? Missing Jira token for authentication (e.g., your-jira-token)} "
1110: " ${JIRA_MIGRATION_JIRA_URL:? Missing Jira base URL (e.g., https:// issues.jenkins.io)} "
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ process_component() {
162162 export JIRA_MIGRATION_GITHUB_REPO=" $github_repo "
163163 export JIRA_MIGRATION_JQL_QUERY=" project = ${JIRA_MIGRATION_JIRA_PROJECT_NAME} AND component in ($component ) ORDER BY issuekey"
164164 export JIRA_MIGRATION_FILE_PATHS=" jira_output/combined.xml"
165- export JIRA_MIGRATION_JIRA_PROJECT_NAME =$JIRA_MIGRATION_GITHUB_REPO
165+ export JIRA_MIGRATION_JIRA_PROJECT_DESC =$JIRA_MIGRATION_GITHUB_REPO
166166
167167 # Set non-interactive mode variables
168168 export JIRA_MIGRATION_START_FROM_INDEX=0
You can’t perform that action at this time.
0 commit comments