Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The JSON payload received through webhook notifications has a null value for the friendly_name attribute #6028

Closed
jmereaux opened this issue Feb 21, 2020 · 1 comment

Comments

@jmereaux
Copy link

ISSUE TYPE
  • Bug Report
SUMMARY

The JSON payload received through webhook notifications has a null value for the friendly_name attribute.

ENVIRONMENT
  • AWX version: 9.1.0
  • AWX install method: Kubernetes
  • Ansible version: 2.8.5
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE
  • Create a WebHook notification
  • Configure a job template to call the webhook notification on success / failure
  • Run the job template
  • Inspect the json payload received through the webhook
EXPECTED RESULTS

The JSON payload has the value Job or Workflow Job for the friendly_name attribute

ACTUAL RESULTS

The JSON payload has a null value for the friendly_name attribute

ADDITIONAL INFORMATION
@ryanpetrello
Copy link
Contributor

@jmereaux This variable is intended to be used as a description of what the job is. I'm having trouble reproducing what you're describing in the latest version of AWX:

image

image

image

image

image

We have recently fixed a number of bugs related to notification template support - you might want to upgrade and give this another shot on the latest version of AWX (currently, 9.3.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants