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

Service Now Integration - Fixes issue #634 #637

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

michalis1
Copy link

Fixes issue 634

When running the Nautobot ⟹ ServiceNow job with a site filter set, you expect the job to sync only the specified locations to ServiceNow.
However, it appears that the job currently loads only the parent locations, not the specified location itself.
This is fixed by initializing the locations list with the user-selected location and then loading the parent locations of that selection.

@michalis1 michalis1 requested review from glennmatthews, qduk and a team as code owners December 17, 2024 07:45
@jdrew82 jdrew82 added type: bug Issues/PRs addressing a bug. integration: servicenow Issues originally from standalone ServiceNow SSoT repo labels Dec 18, 2024
@@ -0,0 +1,4 @@
ServiceNow Integration
Copy link
Contributor

Choose a reason for hiding this comment

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

Please rephrase this to be a bit more concise. This is the changelog fragment that will be added to the release notes when we cut the next release. This should be a single line or two at most.

Copy link
Author

Choose a reason for hiding this comment

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

I’ve made the change. I hope it’s better now.

@michalis1 michalis1 requested a review from jdrew82 December 19, 2024 06:14
Copy link
Contributor

@jdrew82 jdrew82 left a comment

Choose a reason for hiding this comment

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

LGTM!

@Kircheneer Kircheneer merged commit 436b504 into nautobot:develop Dec 20, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: servicenow Issues originally from standalone ServiceNow SSoT repo type: bug Issues/PRs addressing a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants