Azure Boards
Azure Boards integration
If you use Azure Work Items on your project, sfdx-hardis can use it to enrich its integrations
Sfdx-hardis will automatically analyze commits and PR/MR descriptions to collect Work Items references !
Make sure to link your Work Items to your Pull Requests before submitting them !
Update Work Items
Add comments and tags on JIRA tickets when they are deployed in a major org
Default tag is UPPERCASE(branch_name) + "_DEPLOYED"
.
To override it, define env variable DEPLOYED_TAG_TEMPLATE, that must contain {BRANCH}
.
Example: DEPLOYED_TO_{BRANCH}
Technical notes
This integration use the following variables, that must be available from the pipelines:
- SYSTEM_COLLECTIONURI
- SYSTEM_ACCESSTOKEN
- SYSTEM_TEAMPROJECT
- BUILD_REPOSITORY_ID