How to automate users adding to a group from a custom field on jira ticket when custom field contains name of user and text matches to "add to groupA" in an another field on submitted ticket. When meeting both criteria, automatically adding that user to groupA for example.
Hello Anshu
Welcome to the community!
Your question is interesting, but unfortunately there is no such thing in Jira.
In order to add a user to a group, you have to be an administrator.
It is also possible to add a user to a group via Jira's API; but in this case you will need a POST request and you will need to specify the user in the request payload. This seems quite difficult to combine with the requisites you mentioned.
May be somebody else has a better answer, but I hope my answer helps at least a little bit.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.