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

Support ticket servicenow integration #4081

Merged
merged 6 commits into from
Jan 27, 2025

Conversation

abujeda
Copy link
Contributor

@abujeda abujeda commented Jan 20, 2025

Added backend integration for Support Ticket with ServiceNow.

ServiceNow is a popular ITMS and Harvard IQSS is moving its OOD and cluster ticketing system to the ServiceNow platform.
This integration uses the ServiceNow API to create incidents from the support ticket form.

I will update the OOD documentation with the configuration settings once all is OK with the PR.

Sample configuration:

support_ticket:
  description: |
    This is a description text for the ServiceNow API
  attributes:
    subject:
      value: "OnDemand Problem: "
  servicenow_api:
    server: "https://dev251054.service-now.com"
    auth_token: "test-token"
    user: "ood"
    pass: "password"
    map:
      u_email_source: "email"
      watch_list: "cc"
    payload:
      contact_type: "External System"

@johrstrom johrstrom merged commit 76ecb11 into OSC:master Jan 27, 2025
22 checks passed
@johrstrom
Copy link
Contributor

Sorry I forgot to ask - do you need this backported to 4.1?

@abujeda
Copy link
Contributor Author

abujeda commented Jan 28, 2025

No, there is no need. We can use it as a customization until is available in a release.
Thanks

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

Successfully merging this pull request may close these issues.

3 participants