Skip to content

Powershell module that acts as a wrapper for the Team Dynamix Tickets API

License

Notifications You must be signed in to change notification settings

techservicesillinois/SecOps-Powershell-TDXTickets

Repository files navigation

Pester Tests ScriptAnalyzer

What is This?

A Powershell wrapper for the TeamDynamix ticket API, allowing you to create scripts that run ticket operations tasks in TeamDynamix.

How do I install it?

This will install the module on the local machine:

Install-Module -Name 'UofITDXTickets'

How does it work?

After installing the module, you should set $env:TDXSettings to a JSON-formatted string containing BaseURI and AppID properties (see settings.json for example). Import the module using:

Import-Module -Name 'UofITDXTickets'

For a list of functions:

Get-Command -Module 'UofITDXTickets'

Get-Help is available for all functions in this module. For example:

Get-Help 'Update-TDXTicket' -Full

How do I help?

Submit a pull request on GitHub.

End-of-Life and End-of-Support Dates

As of the last update to this README, the expected End-of-Life and End-of-Support dates of this product are November 2026.

End-of-Life was decided upon based on these dependencies and their End-of-Life dates:

  • Powershell 7.4 (November 2026)

To Do

About

Powershell module that acts as a wrapper for the Team Dynamix Tickets API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published