This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Logging JSON Response to Alert

Greetings!

I am sending JSON POST to Jira to create 'tickets' as a trigger action.  No worries there.  What I want to do is to log the Jira Ticket number given in the response to the alert that created the ticket.  Is this possible?

Thanks!

Parents
  • Not out of the box, but you could write a script to make the post and then have the result set to update another entry via the API.  You couldn't use the "HTTP Post" alert action, but use the "Execute an external program" action instead.

    I don't have a code sample of this, but it shouldn't be very hard if you are familiar with JSON and a scripting language of your choice.

Reply
  • Not out of the box, but you could write a script to make the post and then have the result set to update another entry via the API.  You couldn't use the "HTTP Post" alert action, but use the "Execute an external program" action instead.

    I don't have a code sample of this, but it shouldn't be very hard if you are familiar with JSON and a scripting language of your choice.

Children
No Data