Skip to content

Commit 2c8eaa8

Browse files
committed
regen docs
1 parent 29efba3 commit 2c8eaa8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/docs/content/docs/en/tools/jira_service_management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Create a new service request in Jira Service Management
117117
| `description` | string | No | Description for the service request |
118118
| `raiseOnBehalfOf` | string | No | Account ID of customer to raise request on behalf of |
119119
| `requestFieldValues` | json | No | Request field values as key-value pairs \(overrides summary/description if provided\) |
120-
| `formAnswers` | json | No | Form answers for form-based request types \(e.g., \{"summary": \{"text": "Title"\}, "customfield_10010": \{"choices": \["10320"\]\}\}\) |
120+
| `formAnswers` | json | No | Form answers using numeric form question IDs as keys \(e.g., \{"1": \{"text": "Title"\}, "4": \{"choices": \["5"\]\}\}\). Keys are question IDs from the Jira Form, not Jira field names. |
121121
| `requestParticipants` | string | No | Comma-separated account IDs to add as request participants |
122122
| `channel` | string | No | Channel the request originates from \(e.g., portal, email\) |
123123

apps/docs/content/docs/en/tools/trello.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Before connecting Trello in Sim, add your Sim app origin to the **Allowed Origin
3636
Trello's authorization flow redirects back to Sim using a `return_url`. If your Sim origin is not whitelisted in Trello, Trello will block the redirect and the connection flow will fail before Sim can save the token.
3737
{/* MANUAL-CONTENT-END */}
3838

39+
3940
Integrate with Trello to list board lists, list cards, create cards, update cards, review activity, and add comments.
4041

4142

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@
23742374
"authType": "none",
23752375
"category": "tools",
23762376
"integrationTypes": ["security", "analytics", "developer-tools"],
2377-
"tags": ["monitoring", "security"]
2377+
"tags": ["identity", "monitoring"]
23782378
},
23792379
{
23802380
"type": "cursor_v2",

0 commit comments

Comments
 (0)