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.
Is there a way to "share" an issue via REST API call? I can't seem to find the documentation.
found this JAVA function that looks close but nothing for REST https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/plugins/share/event/AbstractShareEvent.html
I suggest you to use JIRA REST API 1.0
Exemple :
/rest/share/1.0/issue/{your issue number}
Method : POST
Request payload :
{"usernames":["XXXXXXX"],"emails":[ZZZZ],"message":"YYYYYY"}
with :
usernames : user's JIRA ID
emails : list of email to send message
message : your message
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.