Skip to content
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-32695] Jira: Bugfix -Adding support for Jira error messages stored in HTTP Response object #30

Merged
merged 7 commits into from
Feb 19, 2024

Conversation

bbielinski-splunk
Copy link
Contributor

@bbielinski-splunk bbielinski-splunk commented Dec 14, 2023

Please ensure your pull request (PR) adheres to the following guidelines:

  • Please refer to our contributing documentation for any questions on submitting a pull request, link: Contribution Guide

Pull Request Checklist

Please check if your PR fulfills the following requirements:

  • Testing of all the changes has been performed (for bug fixes / features)
  • The manual_readme_content.md has been reviewed and added / updated if needed (for bug fixes / features)
  • Use the following format for the PR description: <App Name>: <PR Type> - <PR Description>
  • Provide release notes as part of the PR submission which describe high level points about the changes for the upcoming GA release.
  • Verify all checks are passing.
  • Do NOT use the next branch of the forked repo. Create separate feature branch for raising the PR.
  • Do NOT submit updates to dependencies unless it fixes an issue.

Pull Request Type

Please check the type of change your PR introduces:

  • New App
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Documentation
  • Other (please describe):

Security Considerations (REQUIRED)

  • If you are exposing any endpoints using a REST handler,
    please document them in the manual_readme_content.md.
  • If this is a new connector or you are adding new actions
    • Please document in the manual_readme_content.md all methods (eg, OAuth) used to authenticate
      with the service that the connector is integrating with.
    • If any actions are unable to run on SOAR Cloud, please document this in the manual_readme_content.md.
  • Are you introducing any new cryptography modules? If yes, please elaborate their purpose:
  • Are you are accessing the file system? If yes, please verify that you are only accessing paths returned through
    the Vault API.
  • Are you are marking code to be ignored by Semgrep with nosemgrep?
    If yes, please provide justification in an additional comment next to the ignored code.

Release Notes (REQUIRED)

  • Adding support for Jira error messages stored in HTTP Response object [PAPP-32695]

What is the current behavior? (OPTIONAL)

n/a

What is the new behavior? (OPTIONAL)

n/a

Other information (OPTIONAL)

n/a

Pay close attention to (OPTIONAL)

n/a

Screenshots (if relevant)

n/a

Thanks for contributing!

@bbielinski-splunk bbielinski-splunk changed the title Adding support for Jira error messages stored in HTTP Response object [PAPP-32695] Jira: Bugfix -Adding support for Jira error messages stored in HTTP Response object Dec 14, 2023
splunk-soar-connectors-admin and others added 2 commits December 14, 2023 14:33
@bbielinski-splunk bbielinski-splunk force-pushed the bbielinski/PAPP-32695 branch 2 times, most recently from edd67d2 to 16e8951 Compare February 5, 2024 14:41
@bbielinski-splunk bbielinski-splunk marked this pull request as ready for review February 6, 2024 11:10
jira_view.py Outdated Show resolved Hide resolved
jira_connector.py Outdated Show resolved Hide resolved
jira_connector.py Show resolved Hide resolved
jira_view.py Outdated Show resolved Hide resolved
@bbielinski-splunk bbielinski-splunk merged commit 7e49de4 into next Feb 19, 2024
9 checks passed
@bbielinski-splunk bbielinski-splunk deleted the bbielinski/PAPP-32695 branch February 19, 2024 12:21
bbielinski-splunk added a commit that referenced this pull request Feb 19, 2024
* [PAPP-32695] Jira: Bugfix -Adding support for Jira error messages stored in HTTP Response object (#30)

* Adding support for Jira error messages stored in HTTP Response object

* Updating dependencies due to security vulnerabilities

* Update README.md

* Updating wheel files

* Refactoring setting jira error

* Clean up for wheel files

---------

Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>

* Bumped up the version of jira from 3.7.0 to 3.7.1

* Release notes for version 3.7.1

* Release notes for version 3.7.1

---------

Co-authored-by: bbielinski-splunk <[email protected]>
Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
Co-authored-by: root <root@splunksoar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants