Releases: joshjohanning/ado_workitems_to_github_issues
Releases · joshjohanning/ado_workitems_to_github_issues
v0.1.1
What's Changed
- feat: updating github actions workflow by @joshjohanning in #12
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- add write permissions to ADO PAT Docs by @askpatrickw in #11
- Use issue migration api by @timja in #6
- Using a
[switch]
param instead of a[bool]
param so calling the migration script is different (for switches, if you want the value to be false, don't include it, if you want it to be true, include it)
New Contributors
- @askpatrickw made their first contribution in #11
- @timja made their first contribution in #6
Full Changelog: v0.0.6...v0.1.0
v0.0.6
What's Changed
- Tweaks to ado_workitems_to_github_issues.ps1 by @BruceHaley in #4
- Create a tag (
copied-to-github
) on the ADO work item saying it's been copied to GitHub (withado_production_run
) - Create a comment on the ADO work item giving a link to the GitHub item it was coped to (with `ado_production_run)
- Improve authentication using environment vars instead of logins. Logins want to be interactive and can be buggy
- Change WI query to
- Exclude work items tagged as already copied (ie: has
copied-to-github
tag) - Exclude work items with state "Done", etc. (with
ado_migrate_closed_workitems
- Exclude work items tagged as already copied (ie: has
- Report total items copied
- Add
-Encoding ASCII
to file writes. Default is Unicode. Our GitHub repos are not set up for Unicode text in issue and comment bodies.
- Create a tag (
- Update readme by @joshjohanning in #5
- Add description of what this repo even is
- Update friendliness of example command
- Add table for options with default options, required or not, and description
- Update sample github workflow
New Contributors
- @BruceHaley made their first contribution in #4
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- using area paths to migrate instead of tags for ado by @joshjohanning in #3
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Close issue if done, closed, resolved, or removed by @williamfigtree in #2
- Fix can't migrate title with double quotes by @williamfigtree in #1
New Contributors
- @williamfigtree made their first contribution in #2
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- Moving assignment of user to happen before the comment is added
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Fixing null error if work item does not have any assignees in Azure DevOps
- Updating Readme
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial version
Full Changelog: https://github.com/joshjohanning/ado_workitems_to_github_issues/commits/v0.0.1