Skip to content

Commit

Permalink
v1.7 (#172)
Browse files Browse the repository at this point in the history
* Suggest KA/RO fix (v1.x) (#169)

* Update smletsExchangeConnector.ps1

fixed logic in suggestion detection.

* Update smletsExchangeConnector.ps1

Added missing object declaration in email build step.

* Update smletsExchangeConnector.ps1

Moved Body obect instantiation to earlier in the mail message build to avoid clobbering the Body assignment statement.

* Update smletsExchangeConnector.ps1

Re-ordered object assignments to make more sense with observed behavior.

* Update smletsExchangeConnector.ps1

Fixed missing Text object assignment.

* Update smletsExchangeConnector.ps1

Updated contributors section

* Watchlist integration (v1.x) (#167)

* watchlist integration

Introducing the core add/remove functions for the watchlist feature along with the variables to define keywords

* add watchlist keyword actions

adds the watch/stopwatch feature to Incident, Service Request, Problem, and Change Request

* watchlist validation logic

Introducing a new configuration variable that controls whether or not watchlist integration is used. Given the name of the variable I expanded on the notes to clear any potential confusion that could arise when changing it. This choice was intentional as v2.x of the connector abstracts this nuance away through the GUI.

* correct watchlist variable

logic check on the "remove from watchlist" actions was testing the string length of addWatchlistKeyword instead of removeWatchlistKeyword

* watchlist graphic

adding watchlist icon to update the readme

* updating features

adding verbiage for the watchlist integration

* Updating inline notes

Updating notes with versioning information

Co-authored-by: Brad Zima <infiniterecursion@users.noreply.github.com>
  • Loading branch information
AdhocAdam and infiniterecursion committed Mar 27, 2020
1 parent 63e64f9 commit 69908ca
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 7 deletions.
Binary file added FeatureScreenshots/watchlist.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ The stock Exchange Connector is a seperate download for SCSM 2012+ that enables
This is aimed at SCSM administrators looking to further push the automation limits of what their SCSM deployment can do with inbound email processing. As such, you should be comfortable with PowerShell and navigating SCSM via SMlets.

## What new things can it do?
<table border="0">
<tr>
<td colspan="3"><i>Support for Cireson Watchlist (v1.7)</i></td>
</tr>
<tr>
<td width="200"><img src ="/FeatureScreenshots/watchlist.png" /></td>
<td width="auto">Cireson customers can now use the new configurable [watch] and [stopwatch] keywords to control the watchlist directly from email. You can configure HTML links within your own notifications so these keywords function similiar to Announcements, Take, Review Activities, and more. Looking for <a href="https://github.com/AdhocAdam/smletsexchangeconnector/wiki/HTML-Email-Keyword-Examples">examples</a>?</td>
</tr>
</table>
<table border="0">
<tr>
<td colspan="3"><i>Language Translation for New Work Items with Azure Translation (v1.6)</i></td>
Expand Down

0 comments on commit 69908ca

Please sign in to comment.