---
original_url: "https://jace.pro/blog/istanbul/"
format: markdown
ai_optimized: true
---

Istanbul- # Istanbul

October 17, 2017 [servicenow](/tags/servicenow/)

  Enable AI AnimationSectionLinkGlideDate/Time API Updates[https://youtu.be/s2aRGT9WIRk?t=778](https://youtu.be/s2aRGT9WIRk?t=778)Search Synonyms[https://youtu.be/s2aRGT9WIRk?t=866](https://youtu.be/s2aRGT9WIRk?t=866)Condition Builder v2[https://youtu.be/s2aRGT9WIRk?t=967](https://youtu.be/s2aRGT9WIRk?t=967)Mobile[https://youtu.be/s2aRGT9WIRk?t=1301](https://youtu.be/s2aRGT9WIRk?t=1301)Email API[https://youtu.be/s2aRGT9WIRk?t=1505](https://youtu.be/s2aRGT9WIRk?t=1505)Unsubscribe[https://youtu.be/s2aRGT9WIRk?t=1679](https://youtu.be/s2aRGT9WIRk?t=1679)Email Layouts[https://youtu.be/s2aRGT9WIRk?t=1786](https://youtu.be/s2aRGT9WIRk?t=1786)API Analytics[https://youtu.be/s2aRGT9WIRk?t=1917](https://youtu.be/s2aRGT9WIRk?t=1917)HTTP Message Logging[https://youtu.be/s2aRGT9WIRk?t=2027](https://youtu.be/s2aRGT9WIRk?t=2027)ATF[https://youtu.be/s2aRGT9WIRk?t=2228](https://youtu.be/s2aRGT9WIRk?t=2228)Studio/Source Control changes[https://youtu.be/s2aRGT9WIRk?t=2962](https://youtu.be/s2aRGT9WIRk?t=2962)Debugger[https://youtu.be/s2aRGT9WIRk?t=3091](https://youtu.be/s2aRGT9WIRk?t=3091)Summary[https://youtu.be/s2aRGT9WIRk?t=3726](https://youtu.be/s2aRGT9WIRk?t=3726)## [Automated Testing Framework](#automated-testing-framework)

This is the first small step to try to allow upgrades to happen
with less issues.

With the Automated Test Framework, you create and run automated tests on
your ServiceNow instance. When you upgrade or change an instance, run
these tests to confirm that the instance still works as designed.

Initially it could open a form, set field values, test values, and submit the form.

[Release Notes](https://docs.servicenow.com/bundle/istanbul-release-notes/page/release-notes/servicenow-platform/automated-test-framework-rn.html)

## [Email REST API](#email-rest-api)

[Release Notes](https://docs.servicenow.com/bundle/istanbul-release-notes/page/release-notes/servicenow-platform/email-service-rn.html)

## [Script Debugger](#script-debugger)

Wow. The Script Debugger allows application developers to debug
server-side JavaScript. The Script Debugger allows each application
developer to:

Have a dedicated debug transaction, which applies to the current session.
- Set and remove breakpoints.
- Pause the current session at a breakpoint.
- Step through code line-by-line.
- Step into and out of function and method calls.
- View the value of local and global variables.
- View the value of private variables from function closures.
- View the call stack.
- View the transaction the system is processing.
- Turn off the script debugger to resume running paused scripts.

[Release Notes](https://docs.servicenow.com/bundle/istanbul-release-notes/page/release-notes/application-development/script-debugger-rn.html)

## [HR Service Management (Scoped)](#hr-service-management-scoped)

Before Istanbul the HRSM was a “global” application. After Istanbul it
is now scoped. They are separate, but going forward the scoped
version has been getting all the attention.

[Release Notes](https://docs.servicenow.com/bundle/istanbul-release-notes/page/release-notes/service-management/human-resources-rn.html)

---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2017/2017-10-16-istanbul.md).

[Istanbul](https://jace.pro/blog/istanbul/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/istanbul/*
