community: add support for 'cloud' parameter in JiraAPIWrapper (#23057)

- **Description:** Enhance JiraAPIWrapper to accept the 'cloud'
parameter through an environment variable. This update allows more
flexibility in configuring the environment for the Jira API.
 - **Twitter handle:** Andre_Q_Pereira

---------

Co-authored-by: André Quintino <andre.quintino@tui.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
André Quintino
2024-07-05 16:11:10 +01:00
committed by GitHub
parent b1e90b3075
commit 99b1467b63
4 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ To use this tool, you must first set as environment variables:
JIRA_API_TOKEN
JIRA_USERNAME
JIRA_INSTANCE_URL
JIRA_CLOUD
Below is a sample script that uses the Jira tool: