Skip to content

Instantly share code, notes, and snippets.

@timja
Last active June 20, 2022 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timja/37cd87f1321aad92198697658b95ea8d to your computer and use it in GitHub Desktop.
Save timja/37cd87f1321aad92198697658b95ea8d to your computer and use it in GitHub Desktop.
Jira to GitHub migration
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
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