Hello. I have platform from which my users can start online-chat with operator.
When they do it - i create request in my Jira SD project and then operator can send them messages (webhook is setted for it). But when i want to send reply from customer to operator (create new comment in request by customer) - i can't. Is there way to create comment by customer (author of issue) with jira sd rest api?
Hi @Bohdan Maik and welcome!
Have you try this endpoint?
/rest/servicedeskapi/request/{issueIdOrKey}/comment
Hi, yes with basic auth (with api token that i generate as admin). But in that way all coments are from "admin", not from customer email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you set the "author" as you customer?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are right! It seems you can't https://jira.atlassian.com/browse/JRACLOUD-35124
But there is a workaround (kinda) here: https://community.developer.atlassian.com/t/raise-comment-on-behalf-of-customer-via-api/28342/2
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.