Release note Version 1.20.0

Welcome to Questions & Answers 1.20.0!

In this release we add 2 new functions:

+ Add option to restrict users & groups who can answer questions

  • Only users or groups who can manage questions can answer questions
  • User who asked the question can only add comment to the question or answrers

+ Add new REST API to add/update question

URL: confluence-url/rest/tiny-qa-services/1.0/questions/update-post

Method: PUT

Parameters: 

postId: question id, if it is new question, value is 0
body: content of question
tag: question's tags, separated by comma(,)
title: question title
spaceKey: space key which the question belongs to.