Rally - Create a Webhook to fire every time a User Story is updated
search cancel

Rally - Create a Webhook to fire every time a User Story is updated

book

Article ID: 131693

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction



How to create a Webhook that fires every time a User Story is updated in the specified Workspace.

Resolution



"AppName": "Test WebhookInbox Integration", 
"AppUrl": "https://api.webhookinbox.com/test", 
"Name": "Test WebhookInbox Integration", 
"TargetUrl": "https://api.webhookinbox.com/test", 
"ObjectTypes": ["HierarchicalRequirement"], 
"Expressions": [{ 
"AttributeName": "Workspace", 
"Operator": "=", 
"Value":"<UserStory_UUID>" 
}]