Erwähnungen in Projekt-Kommentaren über HTTP-Client

Moin,
wir senden über die HTTP-Schnittstelle (POST) Projektkommentare aus einer eigenen Anwendung an AWORK.
Wie können wir in diesem Zusammenhang Erwähnungen nutzen?
Beispiel:
„Hey @User1,
Bitte tue dieses oder jenes.“
JSON-Content: „Hey @User1,
Bitte tue dieses oder jenes.“
Wie muss der Mention-Tag formatiert sein? Geht das überhaupt?
Grüsse
Lukas

Hi @Lukas6, welcome to the forum.

You should be able to mention users in comments with the following tag:
[userId:fa0aa66b-d74e-ed11-ade6-cc60c8b6347d].

Hope this helps. Let me know if you need further help.


Hello Sebastian,
Thank you very much for the quick reply. Unfortunately, the mention does not seem to work yet. What could be the problem?
Regards

Ah, maybe it requires the ~ before the tag? In my test it sends this entire content: <p>~[userId:fa0aa66b-d74e-ed11-ade6-cc60c8b6347d] Test comment</p>

Now it works, thank you!
That helps a lot.

1 „Gefällt mir“