We have a scenario where some stages that are auto triggered a specific stage in our Azure DevOps release pipeline is set to trigger manually.
Now, release will be created by a user after setting all the run time variables and all the auto trigger stages will be executed without any issue.
Problem that we are facing is, we do not have option for users to change the values of run time variable/provide input before triggering the "manual trigger stage" after the release creation.
Really appreciate if anyone can help on this.
Note: We know we can change the values by editing the release but due to policy limitation all users are not able to edit the release. Hence, looking for alternative.
Thank you!