0.0
No commit activity in last 3 years
No release in over 3 years
Post text or text file as comment to Zendesk ticket.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

post2zendesk

This gem lets you post a comment to a zendesk ticket, and sets the ticket's status to pending.

Usage

There's only two ways to use it:

Inline Comment: post2zendesk <ticketid> <comment>
Stdin Comment: cat somefile | post2zendesk <ticketid>

E.g.:

lolcalhost$ post2zendesk 4698 'A comment.'
Ticket 4698 updated. Probably.
Status: pending

Configuration

You'll need to supply your Zendesk URL, username, and password,

Configure via ~/.post2zendesk.yaml:

---
baseurl: 'support.puppetlabs.com'
username: 'zachary@puppetlabs.com'
password: 'mypassword'