ServiceNow JIRA Integration | How to create a ticket in JIRA without Integration Hub!

Поділитися
Вставка
  • Опубліковано 5 лют 2025
  • Are you tired of manually creating stories in JIRA? Look no further! In this tutorial, we'll show you how to automate the process using a Business Rule in ServiceNow. But that's not all - we'll even move the rule to a Script Include for extra efficiency.
    Here's how it works: we'll use an "old school" ServiceNow REST HTTP method to send a message or payload to our free JIRA endpoint, effectively creating a story or issue ticket. The best part? We'll take the response from the REST POST and use it to populate the Correlation ID and Correlation Display field on the original Incident Record in ServiceNow.
    Ready to streamline your work and impress your colleagues? Watch the tutorial until the end to see everything in action. Enjoy!
    All done in San Diego version
    JIRA docs;
    developer.atla...
    developer.atla...
    Get Authentication API token:
    id.atlassian.c...
    #servicenowJIRA
    #servicenerd
    #noFlow

КОМЕНТАРІ •

  • @durbanite3997
    @durbanite3997 Рік тому +2

    This is a great tutorial on Jira integration with Servicenow

  • @rayzorgaming8792
    @rayzorgaming8792 7 місяців тому

    Got some issues here and there but a great video. Really appreciate your work. Thankyou so much i was able to understand some much about rest api.

  • @moinuddinkazi757
    @moinuddinkazi757 2 роки тому +1

    Great video on integration 👏👏! Thank you so much for making this video
    I appreciate it 😊

    • @ServiceNerd
      @ServiceNerd  2 роки тому

      Awww awesome l! Thanks for the comment..much appreciated.

    • @RajeshKumar-xp6qx
      @RajeshKumar-xp6qx Рік тому

      How to get the jira end poiny

  • @user-m1st3r
    @user-m1st3r 8 місяців тому

    Hi. The video is very good, I'm doing an integration and this video helped a lot. But how do I make the comment in the worknotes field of the servicenow incident arrive dynamically in the Jira issue?

  • @ServiceNerd
    @ServiceNerd  2 роки тому

    Not entirely happy with the audio on this one..Sorry guys 😕. Playing with some new software so it will get better 😀👍…or louder 🤣🤣

  • @mayurmalhotra5494
    @mayurmalhotra5494 Рік тому +1

    Good video on integration. Appreciate your efforts. Did you also made any video on sending attachments to the Jira issue ticket.

    • @ServiceNerd
      @ServiceNerd  Рік тому

      Hey! Thanks for the comment and sorry on the delay! I didn’t actually and things have moved on since then. I have done that before a long time ago and so sure there is an api for it.

  • @dario3182
    @dario3182 Рік тому +1

    So if I update the Jira, is the expectation that the incident will be updated in SN? We have a requirement asking this, for Jira to update the incident, the Jira is created from the incident.

    • @ServiceNerd
      @ServiceNerd  Рік тому

      Hey..this vid was a while back and considers creation (1 way only). There is a webhook which you can set up for updates coming back which is a little more indepth. The jira spoke for Ihub is certainly the starting point nowadays. Justin Meadows has done some great vids on this.

  • @karthikrao7985
    @karthikrao7985 Рік тому +1

    Very helpful video. quick question is there a way alert any teams in Jira or SN if the integration fails via webhook. Failure in failure on Jira side webhook

    • @ServiceNerd
      @ServiceNerd  10 місяців тому +1

      Hey. I havent played with this for along time. However nothing to stop creating and Error handling flow perhaps and hooking that into the return of the API call when HTTP status != how you want it, or the message = xyz.

  • @antoniolastrina6135
    @antoniolastrina6135 2 роки тому +1

    what about the update on an issue from the same incident?

    • @ServiceNerd
      @ServiceNerd  2 роки тому +1

      Hey Anontio, really sorry on the delay. An update to an incident to trigger an update on an issue in Jira is 100% possible and uses the same concept/architecture. It would just be a different REST method and payload perhaps. If I get chance I'll add it to the list. Thanks again.