Hello,
I would like a single user who is responsible for a particular group in Jira to be kept in the loop as to who the members are on a regular basis, I have been looking for a solution myself of course but it has never been quite been what I am after, so was hoping the community may have a few ideas worth sharing.
Any suggestions would be very much appreciated
Thanks in advance :-)
How about using a scheduled automation for this. You could send a web request to Get users from group endpoint and then use the result to notify the user.
Thanks for your suggestion on this, I have managed to configure the automation to a point were I have authenticated and received the data back, thats a really good start for me :-) will update once I have managed to tear only the data I want out then sending the email is the easy part.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
To update for anyone interested, I have managed to extract the list of users from a group using an automated "send web request" for me not at all being from a coding background this was relatively straight forward, once receiving the payload and extracting only the data I was after, all I had to do was format it and BOOM
If anyone has any questions ask away, I am more than happy to help if I can.
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.