buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

bug with slack integration around 'view step' links #537

Open williamlang opened 2 years ago

williamlang commented 2 years ago

hi there,

recently started working with Slack notifications in Buildkite. Buildkite is properly posting notifications in the slack channel of my choice, however the link provided for 'View Step' is incorrect.

The link refers to the 'step_uuid' in the URL fragment when the actual UI itself requires the 'id' of the step.

I figured this out by looking at the URL fragment in the link and viewing source and looking for the fragment. You can easily find the 'id' of the step in the source after finding the 'step_uuid' in the step's JSON.

Once I had the 'id' I replaced the step_uuid url fragment with the actual step 'id' and it worked.

chomey commented 2 years ago

Screen Shot 2022-08-10 at 11 34 32 This is the button that @williamlang is referring to^