-
Notifications
You must be signed in to change notification settings - Fork 4
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
PAPP-3712 - accomodate case where JIRA is behind proxy #38
Conversation
502d2d0
to
a53c979
Compare
2befb62
to
26e353a
Compare
@@ -357,6 +357,8 @@ VARIABLE | REQUIRED | TYPE | DESCRIPTION | |||
**max_tickets** | optional | numeric | Maximum tickets (issues) for scheduled polling | |||
**custom_fields** | optional | string | JSON formatted list of names of custom fields (case-sensitive) to be ingested | |||
**timezone** | required | timezone | Jira instance timezone (used for timezone conversions for querying in ingestion). Refer to README | |||
**custom_field_enumeration** | optional | boolean | Disable Field Enumeration |
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.
"Disable Field Enumeration" as a description for the custom_field_enumeration property is a bit confusing. Can't we just have "Custom Field Enumeration" or even something that is more obvious to end users?
@@ -357,6 +357,8 @@ VARIABLE | REQUIRED | TYPE | DESCRIPTION | |||
**max_tickets** | optional | numeric | Maximum tickets (issues) for scheduled polling | |||
**custom_fields** | optional | string | JSON formatted list of names of custom fields (case-sensitive) to be ingested | |||
**timezone** | required | timezone | Jira instance timezone (used for timezone conversions for querying in ingestion). Refer to README | |||
**custom_field_enumeration** | optional | boolean | Disable Field Enumeration | |||
**internal_address_behind_proxy** | optional | string | URL address of JIRA service behind proxy (To be replaced in order to properly access) |
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.
How about changing the description to: URL address of the JIRA service behind the proxy (to be replaced for proper access)
def _get_custom_fields_for_issue(self, issue_id, action_result): | ||
@staticmethod | ||
def _replace_internal_with_proxy_url(value, internal_address, proxy_address): | ||
# If the value is a string and contains the internal address, replace it with the proxy address |
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.
This comment is not needed as the next line explains what happens
d2ac7b0
to
6d15571
Compare
Closing stale PR as ticket is closed |
Please ensure your pull request (PR) adheres to the following guidelines:
Pull Request Checklist
Please check if your PR fulfills the following requirements:
<App Name>: <PR Type> - <PR Description>
next
branch of the forked repo. Create separate feature branch for raising the PR.Pull Request Type
Please check the type of change your PR introduces:
Security Considerations (REQUIRED)
please document them in the
manual_readme_content.md
.manual_readme_content.md
all methods (eg, OAuth) used to authenticatewith the service that the connector is integrating with.
manual_readme_content.md
.the Vault API.
nosemgrep
?If yes, please provide justification in an additional comment next to the ignored code.
Release Notes (REQUIRED)
What is the current behavior? (OPTIONAL)
What is the new behavior? (OPTIONAL)
Other information (OPTIONAL)
Pay close attention to (OPTIONAL)
Screenshots (if relevant)
Thanks for contributing!