Could'nt able to find the rest api call for sharing the issue with the project members . Can you please give away the comments on the same .
Hello @Madhusudanan Backiaraj,
Thank you for reaching out to Atlassian Community!
For an internal user to be able to access the ticket and also to receive a notification, the option that best fits in this scenario is to add them as watchers:
If it's a Service Desk project and it's necessary to share the ticket with other customers, the option is to add them as Request Participants:
I didn't find any specific API to share a ticket, both that I found will add the user or customer to a ticket and they will receive notifications.
Regards,
Angélica
Hello ,
You can find a Jira SHARE Issue Rest API 1.0:
Request : /rest/share/1.0/issue/{your issue ID}
Request payload : {"usernames":[],"emails":[],"message":""}
Method : POST
With :
usernames : a list of users
email : list of mails
message : the message to send
Good luck...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sebastien, it not work
My jra version: Atlassian Jira Project Management Software v8.7.1
I'm looking for an API to replace the below processing
- Edit issue
- Typing feild: Shared with
Contains users needed for approval. This custom field was created by Jira Service Desk.
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.