I'm writing an automation rule that will send a slack message to each user mentioned on a comment. I can retrieve the account ID of each user and I have set a custom property of SlackID for each user. What I need is to retrieve the SlackID based on the AccountID.
E.g. {{AccountID.properties.SlackID}} or similar.
Is this possible?
Answering my own question.
Using the WebRequest action to call
https://wearejourney.atlassian.net/rest/api/3/user/properties/SlackID?accountId={{AccountID}}
gets me the property that I'm looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.