Is it possible to track whether a user has been added to a specific group?

Petr AST
Contributor
June 25, 2024

Dear Community!

How do you think? Is it possible to somehow, perhaps through Automation for Jira or system webhooks, track the addition of a user to a specific group?

There is a goal to automate this process in order to assign tasks automatically after being added to the group.

Thanks in advance! 

1 answer

0 votes
Tommaso Gionfriddo _Teklada_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 25, 2024

Hi @Petr AST ,

This is not possible directly via Automation for Jira, but should be possible via Scriptrunner (if you have it). You may also be able to use a system webhook, however I can't confirm if the event type you'd need would be available.

To minimise the amount of code you'd need to write, once you have a way of capturing the event, in ScriptRunner or elsewhere, you could trigger an A4J automation via a webhook trigger, allowing you to keep all your main logic in a more easily editable format.

 

Suggest an answer

Log in or Sign up to answer