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

Servicenow/v1 #97

Merged
merged 8 commits into from
Nov 18, 2024
Merged

Servicenow/v1 #97

merged 8 commits into from
Nov 18, 2024

Conversation

vlad-sema4
Copy link
Contributor

@vlad-sema4 vlad-sema4 commented Nov 5, 2024

Description

Add new action package for Service Now

How can (was) this tested?

Tested in Sema4ai Studio

Checklist:

  • I have bumped the version number for the Action Package / Agent
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation - README.md file
  • I have updated the CHANGELOG.md file in correspondence with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • OAuth2: I have made sure that action has necessary scopes (works in whitelisted mode)

Returns:
A structure representing the incidents.
"""
today = datetime.today()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be just day, month and year so that current time is not used as filter which would exclude all incidents created earlier that day ?

@vlad-sema4 vlad-sema4 merged commit acab8d6 into main Nov 18, 2024
6 checks passed
@vlad-sema4 vlad-sema4 deleted the servicenow/v1 branch November 18, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants