code | effort | bonus | required | type |
---|---|---|---|---|
3OSBJT6R |
15 |
false |
true |
Product Backlog Item |
One of the things that needs to be provided as evidence in almost any audit is end-to-end traceability. Who made this change, when was this change made and how did this change end up in the code deployed to production. And is this change really on production and has it not been modified during the deployment process.
In this achievement you will show that compliancy is not as hard as it seems. You will proof to the regulatory office that any requirement can be traced. For that, you are going to implement a change and deploy this to production.
- Create a PBI that describes a change in your backlog
- Write some code (or dummy code) and link this change to the requirement
- Create a build that contains this change
- Run tests in the build
- Create a release that contains this build
- Run tests in the release
- The release report contains information about the requirement, code changes, tests and builds