Skip to content

v0.9.10

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 21:45
· 77 commits to master since this release

CLI Commands and Options

  • Allow adding of new web hooks with different filters (resolves #96).
  • Filters are correctly applied when querying existing mappings.
  • sourceUrl option supports file: scheme.
  • Call Trigger Syncing API after adding/removing Rules.

Rule Language

  • Simplify setting a WorkItemId to a Field, translate value to int Id (#115)
  • Fixes a possible null ref exception, when a field value with null is returned from API (resolves #101).
  • Now Relations and RelationLinks returns only Work Item links (resolves #117 and potentially #114).
  • Added documentation on accessing Custom Fields.

Build & Test

  • GitHub Actions script rewamped.
  • Added more integration tests.
  • Pipeline works on release/* branches.