{"id":21326152,"url":"https://github.com/mikepruett3/ps-trackitws","last_synced_at":"2025-03-15T23:44:31.042Z","repository":{"id":85517524,"uuid":"130401796","full_name":"mikepruett3/ps-trackitws","owner":"mikepruett3","description":"Custom PowerShell module for Track-it! WebService API","archived":false,"fork":false,"pushed_at":"2020-12-14T16:40:54.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T12:32:32.486Z","etag":null,"topics":["powershell","powershell-module","trackit"],"latest_commit_sha":null,"homepage":"https://docs.bmc.com/docs/trackit2021/en/web-services-api-971643443.html","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikepruett3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-20T18:48:54.000Z","updated_at":"2023-10-28T07:51:33.000Z","dependencies_parsed_at":"2023-04-20T01:31:15.210Z","dependency_job_id":null,"html_url":"https://github.com/mikepruett3/ps-trackitws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-trackitws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-trackitws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-trackitws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-trackitws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepruett3","download_url":"https://codeload.github.com/mikepruett3/ps-trackitws/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806041,"owners_count":20350775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","powershell-module","trackit"],"created_at":"2024-11-21T21:08:41.375Z","updated_at":"2025-03-15T23:44:31.034Z","avatar_url":"https://github.com/mikepruett3.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Track-it! WebService API Tools (ps-trackitws)\n\nModule created to allow for Work Order Operations from Track-it!'s WebService API, via PowerShell Invoke-WebRequest cmdlets. For use with other cmdlets and scripts.\n\n## Installation\n\nClone the repository into your **$Home\\Documents\\WindowsPowerShell\\Modules** folder (create the Modules folder if you dont have one already)\n\n```powershell\ncd $Home\\Documents\\WindowsPowerShell\\Modules\\\ngit clone git@github.com:mikepruett3/ps-trackitws.git\n```\n\nThen you can import the custom module into your running shell...\n\n```powershell\nImport-Module ps-trackitws\n```\n\n## Usage\n\n### Connect to Track-it!'s WebService API\n\nRunning this function will create a Global Variable which is used with subsequent functions of this module.\n\nThis function is looking for two parameters at runtime...\n\n| Parameter | Description|\n|:---|:---|\n| Server | The server name (Fully-Qualified) of the server running the Track-it! WebService API instance. |\n| Credentials | The credentials used to connect to the Track-it! WebService API. These credentials must be configured with the Technician Role. |\n\nOnce you have these Environment Variables, run the following:\n\n```powershell\nConnect-Trackit -Server \u003cserver-name\u003e -Credentials \u003cusername\u003e\n```\n\n### Create WorkOrder\n\nCreating a new WorkOrder in Track-it! WebService API can be performed by the following:\n\n```powershell\nNew-WorkOrder -Summary 'Description of the problem' `\n              -Status 'Open' #Cannot create a Closed ticket, must allways be open! `\n              -Technician 'Your Name' `\n              -Requestor 'Requestors Name' `\n              -Company 'Company Name' `\n              -Priority 'WorkOrder Priorty' `\n              -Category 'WorkOrder Type' `\n              -Type 'WorkOrder Type' `\n              -SubType 'WorkOrder SubType' `\n              -Computer 'Computer or Asset Name (if required)' `\n```\n\n### Retrieve WorkOrder\n\nRetrieving an existing WorkOrder in Track-it! WebService API can be performed by the following:\n\n```powershell\nGet-WorkOrder -WorkOrder 'WorkOrder Number'\n```\n\n### Close WorkOrder\n\nClosing an existing WorkOrder in Track-it! WebService API can be performed by the following:\n\n```powershell\nClose-WorkOerder -WorkOrder 'WorkOrder Number'\n```\n\n### Disconnecting from Track-it! WebService API\n\n```powershell\nDisconnect-Trackit\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-trackitws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikepruett3%2Fps-trackitws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-trackitws/lists"}