8000 GitHub - zucchetti-pos/jira-to-github: Script to migrate Jira issues to Github issues
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

zucchetti-pos/jira-to-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jira-report

Script to migrate Jira issues to Github Issues

You need to export the following envs:

export JIRA_USER=user
export JIRA_PASSWORD=password
export JIRA_URL=url
export GITHUB_USER=user
export GITHUB_PASSWORD=password
export GITHUB_REPO=repo

You need to customize the Jira Query Search to select the issues to migrate:

$search = $jiraApi->issue()->search('project = XXX AND affectedVersion is EMPTY AND fixVersion is EMPTY AND type in (Bug, Improvement, "New Feature", Sub-task) AND (labels not in (Roadmap) OR labels is EMPTY) AND status in ("TO DO") ORDER BY priority ASC', null, false, 500);

And run

php jira-to-github.php

About

Script to migrate Jira issues to Github issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0