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:
Adam Gough
2025-05-01 08:41:52 -07:00
committed by GitHub
parent d410b29a59
commit ca34c722fa
9 changed files with 270 additions and 10 deletions

View File

@@ -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