...
Step | Component | Details | ||
---|---|---|---|---|
1 | When: Issue is created | |||
2 | Then: Send web request | Use the Crumbs API to link a customer to the issue. Web request: Header:
HTTP method: Web request body: Custom data:
Use |
...
Step | Component | Details | ||
---|---|---|---|---|
1 | When: Issue is transitioned | Example trigger when an issue is marked done to add the cost of the issue to the budget used. From status: In Progress To status: Done | ||
2 | Then: Send web request | Use the Crumbs API to find the Web request: Header:
HTTP method: Web request body: Wait for response:
| ||
3 | And: Create variable | Save the smart value Variable name: Smart value: | ||
4 | And: Send web request | Use the Crumbs API to get the customer details. Web request: Header:
HTTP method: Web request body: Wait for response:
| ||
5 | And: Create variable | Calculate the total and save it to a variable. This step is optional but makes it easier to explain. Variable name: Smart value: The smart value is broken down into:
| ||
6 | And: Send web request | Use the Crumbs API to modify the customer details. Web request: Header:
HTTP method: Web request body: Custom data:
Wait for response:
|
...