Is there is any way to post back the ALM work item (like Epic ) phase/Status to another application once it's updated in ALM Octane

Is there is any way to post back the ALM work item (like Epic ) phase/Status information to another application once it's updated in the ALM Octane by using API call or any other way?

  • Verified Answer

    +1  

    Absolutely! You can achieve this by using the webhook business rule in ALM Octane. Here's how you can do it:

    1. Create a WebHook Business Rule: In ALM Octane, you can define business rules that trigger actions when certain conditions are met. To post back the phase/status of a work item to another application, you can create a business rule with the "Trigger Webhook" action.
    2. Configure the WebHook: Set up the webhook by specifying the endpoint URL of the application you want to update. The webhook will send an HTTP/S request with a payload in JSON format to this URL whenever the specified event occurs in ALM Octane.
    3. Set Up the Endpoint: Ensure the endpoint application is configured to receive and process the webhook requests. This might involve setting up a web service or using a tool to listen to webhook events.

    For detailed instructions, you can refer to the Trigger webhooks for other applications

    If you need further assistance, feel free to ask!

    _________________________

    Ehud Michelson

    Software Delivery Management R&D

    Although I am an OpenText employee, I speak for myself and not for OpenText.
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button

  • 0 in reply to   

    Thanks for your reply, i will try it.