...
Step | Component | Details |
---|---|---|
1 | When: Field value changed | This is a trigger, and can be any moment in time you wish to copy the customer details over to the issue. Note that customers are linked after issue creation (which means that it must be triggered on issue update. Fields to monitor for changes: Change type: For: |
2 | Then: Send web request | Use the Crumbs API to find the Web request: Headers:
HTTP method: Web request body: Wait for response:
|
3 | And: Send web request | Use the Crumbs API to get the customer details. Web request: Headers:
HTTP method: Web request body: Wait for response:
|
4 | And: Edit issue fields | Choose fields to copy customer to e.g. Request participant: If you are copying a custom field, you will need to know the
|
...
Step | Component | Details |
---|---|---|
1 | When: Field value changed | Fields to monitor for changes: Change type: For: |
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: Send web request | Use the Crumbs API to get the customer details. Web request: Header:
HTTP method: Web request body: Wait for response:
|
4 | And: Send web request | Use the Jira API to convert the user Web request: Header:
HTTP method: Web request body: Wait for response:
|
5 | And: Send email | To: Fill in the desired email details. |
...