Hi am using the Create Issue V2 Action in a Microsoft Power Automate flow .
I ideally don't want to be storing the Jira IDs in my application but instead, rely on my user's email address when they create an issue
I have so far not been able to create an issue with this any of the json snippets below
"reporter": {
"displayName": "firstname lastname"
}
"reporter": {"name": "firstname lastname"
}
"reporter": {"emailAddress": "firstname.lastname@company.com"
}
Does it mean I need to locate the ID via one of api calls and them populate my snippet with the relevant user id?
Actually the workaround is to persuade the business we need one template with an approver id and one without . Then programmatically, decided which template to use before calling the Power Automate Action. Works like a charm.
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.