Skip to content

Releases: joshjohanning/ado_workitems_to_github_issues

v0.1.1

13 Nov 23:33
1a77fb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Nov 22:58
3a893ad
Compare
Choose a tag to compare

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

Full Changelog: v0.0.6...v0.1.0

v0.0.6

20 Oct 02:07
5f68866
Compare
Choose a tag to compare

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 (with ado_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
    • 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.
  • 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

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Mar 19:37
abcb7a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

22 Mar 04:00
395e63e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 Mar 19:52
79dc6c4
Compare
Choose a tag to compare
  • Moving assignment of user to happen before the comment is added

Full Changelog: v0.0.2...v0.0.3

v0.0.2

10 Mar 19:13
3f697fd
Compare
Choose a tag to compare
  • 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

10 Mar 18:07
caad93d
Compare
Choose a tag to compare