Idea, Issue, Epic, Feature, or User Story) is created, updated, or deleted, Shorter Loop can send a JSON payload to a URL of your choice.POST request to your configured Base URL.{
"id": 12345,
"title": "As a user, I want to login via SSO",
"description": "<p>Implement SAML 2.0...</p>",
"status": "in-progress",
"priority": "high",
"type": "story",
"externalKey": "US-101",
"initiativeId": 50,
"subscriptionId": 10,
"createdAt": "2023-10-27T10:00:00.000Z",
"updatedAt": "2023-10-28T14:30:00.000Z",
"userId": 5,
"tags": [
{ "id": 1, "key": "security", "slug": "security" }
],
...other_fields
}| Scope | Models Included |
|---|---|
| Backlog Work Items | Epic, Feature, User Story |
| Feedback Manager | Idea, Issue |
id or externalKey field to identify unique records.