-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change the apis to support the multi jira #545
Conversation
Signed-off-by: jnathangreeg <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed to generate code suggestions for PR |
Signed-off-by: jnathangreeg <[email protected]>
Signed-off-by: jnathangreeg <[email protected]>
Signed-off-by: jnathangreeg <[email protected]>
@@ -58,21 +58,22 @@ def start(self): | |||
|
|||
def setup_jira_config(self): | |||
Logger.logger.info('check jira connection status') | |||
connectionStatus = self.backend.get_integration_status("jira") | |||
connectionStatus = self.backend.laget_integration_status("jira") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be latest
PR Type
Enhancement
Description
Changes walkthrough 📝
backend_api.py
Update Jira integration API endpoints to V2 version
infrastructure/backend_api.py
jira_workflows.py
Add Jira collaboration GUID support to workflows
tests_scripts/workflows/jira_workflows.py
jira_integration.py
Add multi-Jira support to integration tests
tests_scripts/helm/jira_integration.py
issueTmpl.json
Add collaboration GUID to issue template
configurations/integrations/issueTmpl.json