Releases: danhellem/github-actions-issue-to-work-item
Releases · danhellem/github-actions-issue-to-work-item
Generally Available
Making the action generally available after a couple months of debugging and responding to feedback
Error logging
Add additional error handling and logging to debug common issues like typos and token scope
Make ByPassRules Optional
Added new optional env settings "ado_bypassrules" item. The setting can be used to override the default bypassrules = false to true.
Should only be needed if you the work item type has rules that may prevent create and updates from happening from the action.
Version 1.2 - Better linking to Issues
- Will remove tags from work items if the label is removed on the issue
- Creates a GitHub Issues link to the Work Items using the GitHub Azure Boards App using the AB# syntax
Fixes to readme
Fixes to readme.md
Initial Release
Initial release of action. Needs testing.