You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Is there any SMS listener sample for JIRA. I have the API of the SMS sending software and I have an API to get the phonebook of requester's Mobile Number. I want to send a SMS to the requester via Listener. Is there any sample to do this?
Regards
GG
Hi Daniel,
Thanks for your reply.
I want to send an SMS to the Reporter according to the following scenario:
When the request is "waiting for information", I will post the following web service to the SMS sending software.
{"SmsText": "hi", "Receivers": "97812xxxxxxx, 97812xxxxxxxx,…",
"SenderId": "22000", IsUnicode: true, IsFlash: false, UDH: "" "CheckId": "",}
The problem is that in the web service of the SMS sender software, the mobile number is received as a number in Jason format, while this number changes dynamically according to the reporter. How can I send the mobile number field from reporter's profile in Jason format?