Relationship between Change and Release Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 02:49 AM
What is the relationship between change and release management? is there any available workflow for it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 12:07 PM
Release has phases such as DEV,QA,UAT,PROD where you develop your application. And when you want to deploy your application to next environment, you need a change.
I am not sure, if there is an out of box workflow. But you can build one based on your clients requirement.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2017 10:38 AM
assuming you have a developed change management process.. no changes to production should be made without a change.. so they relate in the final phase of scrum/sdlc.. .when you release code into production you should have SOME kind of a change to document the code going into production.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 01:52 AM
Hi Jerald,
This might help you,
In brief,
Change Management is a process of implying the changes is an effective way (i.e less disruption and less cost).
whereas in Release Management related changes are grouped into a single release to reduce all the inconvenience and disruption it causes.
Let me know if I answered your question or not.