Самое интересное, что и после подачи заявки (это уже в другом проекте), я тоже не вижу, как создать сообщение заказчику (ни открытое, ни приватное).
все можно только после заявки
There is a public message board for each project, called the project clarification board.
To view your messages, hover over the Dashboard menu at the top of the page and select Inbox. From there, you can read and send messages.
import java.math.BigDecimal;
import java.math.BigInteger;
// ...
// тут опускаю банальности
// ...
BigDecimal x = new BigDecimal("9223372036854775808.7"); // например
BigInteger i = x.toBigInteger();
// ...
В общем, понятна ситуация.