Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Unable to add commit message to step template `Update and commit` action

Open KennethBates opened this issue 1 year ago • 0 comments

Severity

One report

Version

2024.3.7046

Latest Version

None

What happened?

When you update and commit a step template version bump on a version-controlled project, the action is immediately committed with no option to add a commit message. This causes an issue when you have a rule defined in your git repo to only allow custom commit message formats, and fails the step template update.

Reproduction

  1. Create a custom step template
  2. Add it to a version controlled project
  3. Modify the step template and save
  4. In the project's step, click Update and commit
  5. Notice no popup appears for commit details & branch, etc.

Error and Stacktrace

No response

More Information

Report (private): https://octopus.zendesk.com/agent/tickets/196332

Workaround

If this is blocking (e.g. you have a commit rule in place preventing the default Update step template version commit message, you can work around it by removing the step, and re-creating it in the project to apply the updated template.

KennethBates avatar Jul 22 '24 04:07 KennethBates