Idea ID: 2878661

Trigger Jenkins Job via Webhooks for Octane User Story Phase Changes

Status: Waiting for Votes

As a developer working with Octane, I want to trigger a Jenkins job directly via webhooks So that Jenkins can perform automated tasks based on Octane user story phase changes

Acceptance Criteria:

  1. When a user story's phase changes in Octane, a webhook should be triggered.
  2. Jenkins should receive the webhook payload containing information about the user story phase change.
  3. Jenkins will be configured to process the payload and execute the appropriate job or pipeline.
  4. The triggered Jenkins job should perform the necessary automated tasks based on the received payload.
  5. Any errors or failures during the webhook transmission or job execution should be appropriately logged for debugging and monitoring purposes.