Hi,
I have a user that would like to know if its possible to have her automatically added as participant for all tickets that her team opens up.
So Basically whenever Team member A,B,C,D opens a support ticket, The manager is added as a participant automatically.
If it is possible, how can this be done?
Hi Samuel,
This is very is easy in Automation For Jira. It would look something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes this should be possible. Something like this...
when - issue created
condition - JQL reporter in membersof(“teamA”)
action - add xxx to request participants
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.