Skip to content

Commit

Permalink
chore(handle-connections-payload): add cmdb field inside the example
Browse files Browse the repository at this point in the history
  • Loading branch information
rogefm committed Dec 18, 2024
1 parent b5ebf60 commit 834e791
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hoop-api/handle-connections-payload.runbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,17 @@ const incomingPayload = {
description: 'Description here'
}
]
},
cmdb_types: {
items: [
{
description: "Product Field",
jira_field: "customfield_10109",
jira_object_type: "Product",
required: true,
value: "pix"
}
]
}
},
... or jiraTemplateId for an existing one.
Expand Down

0 comments on commit 834e791

Please sign in to comment.