You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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?
How are you doing this send and where? How have you stored the mobile number in Jira?
I send it with provider web service (as json format).
I stored as a "mobile" custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you need to store it as custom field , currently the avaialble values for a user are
'accountId', 'displayName', 'getProjectRoles', 'groups', 'permissions', 'properties'
https://support.atlassian.com/jira-software-cloud/docs/smart-values-users/
You might can try to explore the properties and might be you can get something usefull.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.