Last active
June 20, 2022 20:08
-
-
Save timja/37cd87f1321aad92198697658b95ea8d to your computer and use it in GitHub Desktop.
Jira to GitHub migration
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
JEP-200 | |
accessibility | |
agent | |
bug | |
core | |
documentation | |
help-wanted | |
imported-jira-issue | |
java11-compatibility | |
java11-devtools-compatibility | |
jcasc-compatibility | |
localization | |
lts-candidate | |
newbie-friendly | |
performance | |
pipeline | |
plugin-manager | |
regression | |
robustness | |
security | |
security-hardening | |
split-plugins-from-core | |
stapler | |
ux | |
ux-untriaged |
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
export JIRA_MIGRATION_FILE_PATHS=jira_output | |
export JIRA_MIGRATION_JIRA_PROJECT_NAME=JENKINS | |
export JIRA_MIGRATION_JIRA_DONE_ID=3 | |
export JIRA_MIGRATION_JIRA_URL=https://issues.jenkins.io | |
export JIRA_MIGRATION_GITHUB_NAME=jenkinsci | |
export JIRA_MIGRATION_GITHUB_REPO=jenkins | |
export JIRA_MIGRATION_INCLUDE_COMPONENT_IN_LABELS=false | |
export JIRA_MIGRATION_JQL_QUERY="project = JENKINS AND component = core ORDER BY issuekey" | |
export JIRA_MIGRATION_GITHUB_ACCESS_TOKEN=***-fill-this-out-*** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment