I have a custom field 'Cell_Phone' that a creator of an issue provide details for at creation of an issue. I want to be able to send out an SMS to that cell phone number provided at two different workflow transition stages. E.g. at date and time ''created' and 'closed/rejected' stages of the issue.
e.g. - 'issue EE10' created 24 April 17 15h15: SMS gets send out to the cell phone number xxxxxxxxx
- issue EE10 comes to completion and custom field 'date case closed' is updated, then an SMS get send out to xxxxxxxxx again.
Basically, right after a specific workflow transition, an SMS using a custom field within the workflow get send out.
Please share ideas on how I can accomplish this
Zapier allows you to create automation rules to integrate JIRA and Twilio (the de-facto SMS service provider of the web).
See: https://zapier.com/zapbook/jira/twilio/
And there is also this dedicate add-on which may suit your needs: https://marketplace.atlassian.com/plugins/com.polontech.jira.smssender/server/overview
This depends entirely on how your SMS carrier can process sends - some accept REST calls, some take emails and translate them to SMS, and I've seen it done with simple web-page posts. I'm sure there are others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a table on how to send SMS via email for most US carriers, see this page (table is halfway down the page).
If the carrier doesn't accept messages via API or email, you could always make use of a service like Twilio (they charge a tiny fee per message - less than 1¢ USD per message).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.