Hi
I want mention user group in description.
I using python and this method. "create_issue"
My code is below
```
```
description same as "blablablablalblalbla"
and i add mention group name "blablablablalblalbla @somegroup"
But when i check Jira Issue in UI, it's just text ㅠ-ㅠ
Help me...
Hello @secuverse
Welcome to the community!
Unfortunately, it's not possible to mention a group in Jira.
Request for that was raised couple of years ago, as you can see on this link.
Maybe there is some add-on that lets you do that.
Best regards,
Marko Blagus
Hello, @Marko Blagus .
Thank you for your reply!
The group I mentioned was a team. Still not mentioned?
If not mentioned team, what are the additional features that allow me to mention groups in the API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @secuverse,
It's not possible to mention a group in Jira, so it means it's not possible to mention a group in your API call. Basic Jira features don't allow us to do that.
You can maybe get users from group with this endpoint, and than make a loop that goes through that users and mentions every user in description.
I hope this helps.
Best regards,
Marko Blagus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.