I have a user that is requesting to enter a distribution list in the request participants field in JSM or Jira and have that get all the users within that DL to add to the Request Participants field through automation. We have a really screwy way of doing it right now which is a pain and I'm trying to make it better. For example, user enters "analyticalavengers" which is a DL and our automation finds if this is entered then add all the users manually based on their ID to Request Participants and remove the ID of the DL.
This is the Edit Work item fields
Does anyone have a better idea to do this? Thanks.
Does anyone have a better idea?
Hi @Lori Milam
Even if you directly accessed Outlook / Exchange to get the user membership, you would then need to get the Jira user ID values.
As an alternative, if the people were in a Jira User Group, you could call the REST API endpoint to get the members in the group, with the Send Web Request action, and then iterate those to create the JSON for the update.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.