Update set comparison.

mandgm1
Tera Contributor

Deployment team used to check if all the update sets mentioned in each story are available on integration environment or not. If not they will ask the respective developer to move the same to INT asap.

Here manual effort is required as below

1) Go to Production instance -> release -> Open story

2) Go to update set field and copy the update set name

3) Open Int instance -> local update sets-> paste the update set and check if it is there .

 

Above activity is fine if we have 5-10 stories but its really time consuming if we have 100 plus stories (have to check 100 update sets (for different products) manually) .  can we automate this to avoid manual effort?

# SDLC, #deployment, #release

1 ACCEPTED SOLUTION

Danish Bhairag2
Tera Sage
Tera Sage

Hi @mandgm1 ,

 

Automation is possible for this. Using API call from production u can check the update set name whether it is present or not in the other instance. So in production u can have one column created where u can display info whether the update set mentioned in the story is available in the target instance or not. 

Now designing the solution is totally up to you how u want to proceed. For eg the check should be triggered every time whenever anyone open the story or story is closed completed or something like that.

 

Thanks,

Danish

 

View solution in original post

1 REPLY 1

Danish Bhairag2
Tera Sage
Tera Sage

Hi @mandgm1 ,

 

Automation is possible for this. Using API call from production u can check the update set name whether it is present or not in the other instance. So in production u can have one column created where u can display info whether the update set mentioned in the story is available in the target instance or not. 

Now designing the solution is totally up to you how u want to proceed. For eg the check should be triggered every time whenever anyone open the story or story is closed completed or something like that.

 

Thanks,

Danish