Case: We receive lots of automated mails from MS regarding updates that fail or require attention. The team responsible to sort and distribute these mails will have to check the description/body of all mails to identify the enviroment related.
Part of the body will contain this:
Validation results:
Environment:*******-*****
Application Version:20.1.38389.0
Errors:
src/codeunit/TryCatchCdu.al (97,31) - Error AL0433: Table
Im looking to extract and append:
Azure Active Directory tenant name: *****.com
to the summary of the created issue to make it easier to sort/forward.
My initial test shows that i can "search" for Environment: and modify the summary, but it needs a wildcard, and how to update the summary with the result.
Suggestions?
Figured it out with help from a previous post, Jira automation. Trying to extract part of descrip... (atlassian.com)
Still some finetuning to do, but overall it does what I need it to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.