mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-19 02:34:37 -05:00
fix(tools): fixed jira and confluence token refresh (#313)
* refresh token jira and confluence * added jira bulk fetch * changed name * jira docs * updated bulk_read in docs * added bulk_read.ts * added jira_bulk_read * jira docs updated --------- Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local>
This commit is contained in:
@@ -114,6 +114,25 @@ Write a Jira issue
|
||||
| `success` | string |
|
||||
| `url` | string |
|
||||
|
||||
### `jira_bulk_read`
|
||||
|
||||
Retrieve multiple Jira issues in bulk
|
||||
|
||||
#### Input
|
||||
|
||||
| Parameter | Type | Required | Description |
|
||||
| --------- | ---- | -------- | ----------- |
|
||||
| `accessToken` | string | Yes | OAuth access token for Jira |
|
||||
| `domain` | string | Yes | Your Jira domain \(e.g., yourcompany.atlassian.net\) |
|
||||
| `projectId` | string | Yes | Jira project ID |
|
||||
| `cloudId` | string | No | Jira cloud ID |
|
||||
|
||||
#### Output
|
||||
|
||||
| Parameter | Type |
|
||||
| --------- | ---- |
|
||||
| `issues` | array |
|
||||
|
||||
|
||||
|
||||
## Block Configuration
|
||||
|
||||
Reference in New Issue
Block a user