You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.