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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.