I want to receive notifications in Telegram messenger. I configure it via automation with a web request. Here's my code:
{ "chat_id": "XXXXXXXXXX", "text": "Статус: {{issue.status.name}}\nТема: {{issue.key}} - {{issue.summary}}\nИсполнитель: {{issue.assignee.name}}\nДедлайн: {{issue.dueDate.name}}" }
I am able to display only the status and topic fields. But the performer and deadline fields are not displayed
Hi @Abraham Jacob & welcome to the community,
For these fields:
You should use:
I hope this helps.
Regards,
Rudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you add a 'audit log' action and log {{issue.assignee}} and {{issue.duedate}}?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abraham Jacob -- Welcome to the Atlassian Community!
Adding to Rudy's suggestions...
Context is important for automation rule questions. Please also post:
Those may help to explain what you are observing. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.