{"id":20676282,"url":"https://github.com/atlassianps/hipchatps","last_synced_at":"2025-04-19T20:56:21.885Z","repository":{"id":90780494,"uuid":"95553368","full_name":"AtlassianPS/HipChatPS","owner":"AtlassianPS","description":"PowerShell module to interact with Atlassian HipChat","archived":false,"fork":false,"pushed_at":"2024-03-17T16:52:21.000Z","size":62,"stargazers_count":6,"open_issues_count":5,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-29T21:48:49.986Z","etag":null,"topics":["api","atlassian","atlassianps","powershell","rest"],"latest_commit_sha":null,"homepage":"https://AtlassianPS.org/HipChatPS","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/AtlassianPS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["lipkau","atlassianps"]}},"created_at":"2017-06-27T11:57:27.000Z","updated_at":"2019-10-07T04:20:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe1f274d-8955-4023-943b-cb0e2fa4c53a","html_url":"https://github.com/AtlassianPS/HipChatPS","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.7142857142857143,"last_synced_commit":"3d22ea54a6eb2a0ad7d661c284780864f8567103"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FHipChatPS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FHipChatPS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FHipChatPS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FHipChatPS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtlassianPS","download_url":"https://codeload.github.com/AtlassianPS/HipChatPS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970038,"owners_count":17400294,"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":["api","atlassian","atlassianps","powershell","rest"],"created_at":"2024-11-16T21:12:14.819Z","updated_at":"2024-11-16T21:12:15.422Z","avatar_url":"https://github.com/AtlassianPS.png","language":"PowerShell","funding_links":["https://github.com/sponsors/lipkau","https://github.com/sponsors/atlassianps"],"categories":[],"sub_categories":[],"readme":"---\r\nlayout: module\r\npermalink: /module/HipchatPS/\r\n---\r\n# [HipchatPS](https://atlassianps.org/module/HipchatPS)\r\n\r\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\r\n\r\n\u003e **This code is not yet fully implemented.** Any help (including bug reporting) is appreciated.\r\n\r\nA module for PowerShell with functions for interacting with the team chat tool \"Hipchat\" by Atlassian. The module utilises Hipchat API v2: https://www.hipchat.com/docs/apiv2.\r\n\r\nJoin the conversation on [![SlackLogo][] AtlassianPS.Slack.com](https://atlassianps.org/slack)\r\n\r\n[SlackLogo]: https://atlassianps.org/assets/img/Slack_Mark_Web_28x28.png\r\n\u003c!--more--\u003e\r\n\r\n---\r\n\r\n## Commands\r\n\r\nThe following functions are available:\r\n\r\n#### 1. Send-HipChat\r\n\r\nFor sending notifications into a room. Before you can use this you need to create an API v2 token for the room that you want to send notifications to. \r\n\r\nTo do this:\r\n\r\n1. Go to https://yourdomain.hipchat.com/admin/rooms/ and select the room you wish to notify.\r\n2. Go to Tokens.\r\n3. Create a Send Notification token. Note the \"Label\" you define will be included with the notification.\r\n\r\n\u003e **Beware, tokens here: https://yourdomain.hipchat.com/admin/api will not work, these are for API v1.**\r\n\r\n##### Example\r\n\r\nAttempt to send a message to a room named \"My Room\" coloured green. Will retry 5 additional times if it fails, waiting 30 seconds between each attempt. Will write verbose output to console.\r\n    \r\n\tSend-HipChat -message \"my message\" -room \"My%20Room\" -apitoken a1b2c3d4e5f6a1b2c3d4e5f6 -color green -verbose -retry 5 -retrysec 30\r\n\r\n## Acknowledgments\r\n\r\n* Thanks to [@markwragg] for getting this module on it's feet\r\n* Thanks to everyone ([Our Contributors](https://atlassianps.org/#people)) that helped with this module\r\n\r\n## Useful links\r\n\r\n* [Source Code]\r\n* [Latest Release]\r\n* [Submit an Issue]\r\n* [Contributing]\r\n* How you can help us: [List of Issues](https://github.com/AtlassianPS/JiraPS/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs)\r\n\r\n## Disclaimer\r\n\r\nHopefully this is obvious, but:\r\n\r\n\u003e This is an open source project (under the [MIT license]), and all contributors are volunteers. All commands are executed at your own risk. Please have good backups before you start, because you can delete a lot of stuff if you're not careful.\r\n\r\n\u003c!-- reference-style links --\u003e\r\n  [Source Code]: https://github.com/AtlassianPS/HipchatPS\r\n  [Latest Release]: https://github.com/AtlassianPS/HipchatPS/releases/latest\r\n  [Submit an Issue]: https://github.com/AtlassianPS/HipchatPS/issues/new\r\n  [@markwragg]: https://github.com/markwragg\r\n  [MIT license]: https://github.com/AtlassianPS/HipchatPS/blob/master/LICENSE\r\n  [Contributing]: http://atlassianps.org/docs/Contributing\r\n\r\n\u003c!-- [//]: # (Sweet online markdown editor at http://dillinger.io) --\u003e\r\n\u003c!-- [//]: # (\"GitHub Flavored Markdown\" https://help.github.com/articles/github-flavored-markdown/) --\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassianps%2Fhipchatps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlassianps%2Fhipchatps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassianps%2Fhipchatps/lists"}