answer_issue_question
Answer a question that was put to you on an issue, by choosing one of its options. Only the person the question was addressed to may answer it; answering again with a different option changes the answer and says so in the thread. A question whose deadline already passed can still be answered — that replaces whatever the deadline took, and the change is recorded. The answer is written into the thread as an ordinary comment and the asker is told.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Words of your own beside the option — a qualification, not the answer itself ('Postgres, but only after the migration lands'). Ignored when the asker switched free text off; check 'allowsFreeText' on the question. | |
| option | Yes | Which option to choose, counted from 0 in the order they were offered. | |
| questionId | Yes | The question's id, as returned by list_issue_questions or ask_issue_question. |